Simple OS
Go to file
Mathieu Maret 13f1dc7878 Multiboot: display mmap and mod informations
sample code from https://www.gnu.org/software/grub/manual/multiboot/html_node/kernel_002ec.html#kernel_002ec
have issue (c.f. https://forum.osdev.org/viewtopic.php?t=30318)
2019-05-16 23:24:54 +02:00
core Multiboot: display mmap and mod informations 2019-05-16 23:24:54 +02:00
drivers Fix headers 2019-05-15 23:20:03 +02:00
tests Add context switch 2019-05-15 23:22:28 +02:00
Makefile Add context switch 2019-05-15 23:22:28 +02:00
README.md Complete Readme with run cmd 2018-08-05 15:09:52 +02:00
boot.asm stack_trace try to get function arguments 2018-11-19 13:57:07 +01: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