Simple OS
Go to file
Mathieu Maret 6922f6dfa4 improve wait_queue api 2020-08-15 23:31:35 +02:00
arch/x86 fix general purpose reg order in cpu_state 2020-05-03 23:11:14 +02:00
core improve wait_queue api 2020-08-15 23:31:35 +02:00
docs Add docs links 2020-04-22 16:53:31 +02:00
drivers Add comment for non-preempt kernel 2020-05-03 23:14:40 +02:00
tests test: add mutex test 2020-07-08 23:12:45 +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 gdb: add non-core dir 2020-05-06 21:05:09 +02:00
README.md update Readme 2020-04-27 23:47:52 +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 test

or

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

you can also test it

make self_test