Simple OS
Go to file
Mathieu Maret 501cac0fef Implement simple linked list in macro 2019-04-21 21:57:01 +02:00
core Implement simple linked list in macro 2019-04-21 21:57:01 +02:00
drivers Add test 2019-04-11 23:08:59 +02:00
tests test: add more malloc/free test 2019-04-17 23:47:25 +02:00
Makefile Makefile: clean isodir 2019-01-09 17:21:51 +01: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