Simple OS
Go to file
Mathieu Maret 32f1a8ba9d Fix Paging Mapping
New PT entry should be set unsing the Vaddr, not the Paddr
2018-11-13 14:49:32 +01:00
core Fix Paging Mapping 2018-11-13 14:49:32 +01:00
drivers fix printf for 0 2018-11-13 14:31:39 +01:00
tests Fix Paging Mapping 2018-11-13 14:49:32 +01:00
Makefile make:fix debug target 2018-11-09 10:50:20 +01:00
README.md Complete Readme with run cmd 2018-08-05 15:09:52 +02:00
boot.asm Retrieve multiboot information from bootloader 2018-08-05 15:09:32 +02:00
boot.s Retrieve multiboot information from bootloader 2018-08-05 15:09:32 +02:00
linker.ld First step for memory management 2018-08-06 18:41:45 +02:00

README.md

Dependencies

To generate iso image

  • mtools xorriso (which is libisoburn on ArchLinux)
  • gcc >= 6

Run it

make && qemu-system-x86_64 -kernel kernel

or

make fd.iso && qemu-system-x86_64 -cdrom fd.iso