Simple OS
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Mathieu Maret fd6551e90c vim and clang-format configuration file 3 years ago
core kthread: formatting 3 years ago
docs Add docs links 3 years ago
drivers Set PIT IRQ in main 3 years ago
tests kthread implement yield 3 years ago
.clang-format vim and clang-format configuration file 3 years ago
.vimrc vim and clang-format configuration file 3 years ago
Makefile Add core dir by default for gdb 3 years ago
README.md Complete Readme with run cmd 5 years ago
boot.asm stack_trace try to get function arguments 5 years ago
boot.s Retrieve multiboot information from bootloader 5 years ago
linker.ld First step for memory management 5 years ago

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