1230 Commits

Author SHA1 Message Date
Baptiste Wicht
1eabacec07 Cleanup 2013-10-29 21:47:31 +01:00
Baptiste Wicht
ba42a78ee7 Cleanup 2013-10-29 21:47:04 +01:00
Baptiste Wicht
889bb7993a Use printf 2013-10-29 21:46:01 +01:00
Baptiste Wicht
185c49c35b Implement printf 2013-10-29 21:39:59 +01:00
Baptiste Wicht
0b6c3b3b3c Cleanup 2013-10-29 21:28:25 +01:00
Baptiste Wicht
a417a07ab1 Cleanup 2013-10-29 21:26:25 +01:00
Baptiste Wicht
90277e3355 Move stuff around 2013-10-29 21:23:59 +01:00
Baptiste Wicht
f4353fcdfe Add parameter to the sleep command 2013-10-29 21:21:03 +01:00
Baptiste Wicht
ae0629ccf5 Fix warnings 2013-10-29 21:02:55 +01:00
Baptiste Wicht
eccfab07d8 Add recursive cleaning to makefile 2013-10-29 21:01:27 +01:00
Baptiste Wicht
b8c34a8067 Create echo command 2013-10-29 20:56:48 +01:00
Baptiste Wicht
702ca121a4 Create a sleep function as well as a sleep command 2013-10-29 20:23:16 +01:00
Baptiste Wicht
b3280a1bee Add support for \t 2013-10-29 20:05:31 +01:00
Baptiste Wicht
08ee4d03ac Add support for \n 2013-10-29 20:03:24 +01:00
Baptiste Wicht
94ff36b850 Create sub makefile for kernel 2013-10-28 23:16:48 +01:00
Baptiste Wicht
4ca5617bfc Create a sub makefile for the micro_kernel 2013-10-28 23:02:13 +01:00
Baptiste Wicht
e8e1695b29 Create sub makefile for bootloader 2013-10-28 22:09:31 +01:00
Baptiste Wicht
1359c1fdd3 Remove transformed stuff 2013-10-28 21:19:10 +01:00
Baptiste Wicht
c605d9f9af Implement date command 2013-10-28 21:18:14 +01:00
Baptiste Wicht
16988ce0cb Refactorings 2013-10-28 20:24:15 +01:00
Baptiste Wicht
3714e6941e Remove timer stuff from micro kernel 2013-10-28 20:12:24 +01:00
Baptiste Wicht
2b203429dc Create an uptime command 2013-10-27 21:34:36 +01:00
Baptiste Wicht
d8f5c4e6f5 Timer handling module 2013-10-27 21:14:25 +01:00
Baptiste Wicht
8f30fe7f8d Remove hack for register_irq 2013-10-27 20:49:15 +01:00
Baptiste Wicht
bb06e1c962 Remove hack for register_irq 2013-10-27 20:48:47 +01:00
Baptiste Wicht
5939b74098 Use std::array instead of array 2013-10-27 20:25:16 +01:00
Baptiste Wicht
df9475ba49 Add help command 2013-10-27 20:17:47 +01:00
Baptiste Wicht
4a57f67583 Implement the reboot command 2013-10-27 18:27:56 +01:00
Baptiste Wicht
a198047bef Handle backspace 2013-10-27 17:42:32 +01:00
Baptiste Wicht
f2c722639a Wipe out the screen 2013-10-27 17:34:36 +01:00
Baptiste Wicht
2995410bbd Move everything in its own header/source module 2013-10-27 16:58:37 +01:00
Baptiste Wicht
27b13b3762 Separate keyboard from the kernel 2013-10-27 16:41:52 +01:00
Baptiste Wicht
1732f1fa98 Print back the entered chars 2013-10-27 16:30:30 +01:00
Baptiste Wicht
ea96e01821 Cleanup 2013-10-27 15:54:50 +01:00
Baptiste Wicht
f259192f23 Cleanup 2013-10-27 15:51:35 +01:00
Baptiste Wicht
67dcd24868 Cleanup 2013-10-27 15:43:45 +01:00
Baptiste Wicht
80cfeccdc0 Cleanup 2013-10-27 15:36:15 +01:00
Baptiste Wicht
030fb53985 Load the C++ kernel directly after the micro kernel 2013-10-27 15:30:25 +01:00
Baptiste Wicht
11451dd669 Clean 2013-10-27 13:51:52 +01:00
Baptiste Wicht
936c6f6b3e Clean 2013-10-27 13:51:21 +01:00
Baptiste Wicht
f38202565b Output more lines 2013-10-26 19:32:47 +02:00
Baptiste Wicht
7bbc6251ee Ensure that kernel_main gets the first place in the output file 2013-10-26 19:32:10 +02:00
Baptiste Wicht
6e823e6d6a Display an hello world in C++ 2013-10-26 18:56:16 +02:00
Baptiste Wicht
0621247e54 Wipe out the screen before loading C++ 2013-10-26 17:05:41 +02:00
Baptiste Wicht
389a709e9d Fix clear_command 2013-10-26 17:04:27 +02:00
Baptiste Wicht
63e4de5102 Display some more 2013-10-26 17:00:14 +02:00
Baptiste Wicht
067f6efecc Display a char from C++ :) 2013-10-26 16:58:11 +02:00
Baptiste Wicht
3c704bbf4d Prepare C++ loading 2013-10-26 16:55:33 +02:00
Baptiste Wicht
fb88b9f78b Load the C++ kernel from floppy after the asm kernel 2013-10-26 13:54:46 +02:00
Baptiste Wicht
a682a77b47 Save some space 2013-10-26 13:19:15 +02:00