Rami's kernel
Go to file
2024-05-26 20:54:27 -05:00
include/kernel cleanup 2024-05-26 01:33:18 -05:00
iso/boot/grub im so mad 2024-05-21 21:07:04 -05:00
src reorganize 2024-05-26 15:54:00 -04:00
.gitignore gitignore update 2024-05-26 01:34:46 -05:00
bochsrc ide atapi driver 2024-05-23 00:31:32 -05:00
compile_commands.json updated compile commands json 2024-05-21 23:32:44 -05:00
image.img added syscalls & fixed bug in mem manager 2024-05-26 01:24:40 -05:00
Makefile reorganize 2024-05-26 15:54:00 -04:00
README.org readme fix 2024-05-26 20:54:27 -05:00
test.a added syscalls & fixed bug in mem manager 2024-05-26 01:24:40 -05:00

TODO [7/12]

  • VGA CRTC driver
  • PIC
  • PIT
  • PS/2 keyboard driver
  • Access ACPI tables
  • Detect PCI(e) devices
  • IDE driver [1/2]

    • Read
    • Write
  • Read FAT12 filesystem
  • Physical memory manager
  • Paging
  • Switch to usermode
  • Syscalls
  • Read and load ELF binaries