diff --git a/TODO.md b/TODO.md index 662bad3..5f9d63f 100644 --- a/TODO.md +++ b/TODO.md @@ -3,14 +3,14 @@ Setup Cross-Compiler \ Multiboot to kernel \ Printing string to the screen \ - Printing values/numbers to the screen (a.k.k itoa) \ - Extend Multiboot implementation \ + Printing values/numbers to the screen (a.k.k itoa) \ + Extend Multiboot implementation \ Output to serial port \ - Move to protected mode \ - Enabel CMOS clock \ + Move to protected mode \ + Enabel CMOS clock \ Time measurement (PIC &| PIT) \ Detect CPU speed \ - Interrupt / exception system (API) \ + Interrupt / exception system (API) \ Plan your memory map (virtual, and physical) : decide where you want the data to be. \ The heap: allocating memory at runtime (malloc and free) is almost impossible to go without. \ @@ -37,4 +37,4 @@ Basic Window server/client \ ## Support for more filesystems if I like the challenge in writing these ... FAT Filesystem \ - EXT2 Filesystem \ \ No newline at end of file + EXT2 Filesystem \