Simple OS
Go to file
Mathieu Maret fd6551e90c vim and clang-format configuration file 2020-04-27 00:13:43 +02:00
core kthread: formatting 2020-04-24 23:40:19 +02:00
docs Add docs links 2020-04-22 16:53:31 +02:00
drivers Set PIT IRQ in main 2020-04-22 16:52:54 +02:00
tests kthread implement yield 2020-04-24 23:35:57 +02:00
.clang-format vim and clang-format configuration file 2020-04-27 00:13:43 +02:00
.vimrc vim and clang-format configuration file 2020-04-27 00:13:43 +02:00
Makefile Add core dir by default for gdb 2020-04-23 23:36:40 +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