Simple OS
Go to file
Mathieu Maret c65c7bb7b0 More more stuff in arch subdir 2020-04-29 23:07:01 +02:00
arch/x86 More more stuff in arch subdir 2020-04-29 23:07:01 +02:00
core More more stuff in arch subdir 2020-04-29 23:07:01 +02:00
docs Add docs links 2020-04-22 16:53:31 +02:00
drivers organize by arch 2020-04-27 23:45:38 +02:00
tests Style: harmonize formatting 2020-04-27 00:14:51 +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 More more stuff in arch subdir 2020-04-29 23:07:01 +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