Simple OS
Go to file
Mathieu Maret 9815cc062f Multiple page allocation 2020-08-28 22:40:21 +02:00
arch/x86 Multiple page allocation 2020-08-28 22:40:21 +02:00
core Multiple page allocation 2020-08-28 22:40:21 +02:00
docs Add docs links 2020-04-22 16:53:31 +02:00
drivers Multiple page allocation 2020-08-28 22:40:21 +02:00
tests Multiple page allocation 2020-08-28 22:40:21 +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 Simplifi debug cmd (allow ctrl-c) 2020-08-18 13:55:52 +02:00
README.md add some pretty-printer for kthread 2020-08-21 00:35:33 +02:00
custom_gdb_extension.py add some pretty-printer for kthread 2020-08-21 00:35:33 +02:00
debug.gdb Add gdb custom commands 2020-08-20 23:41:36 +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

Debug

gdb could be launch with debug symbols using :

make debug

Then you can check some matos specific commands or pretty printing with

help user-defined info pretty-printer (Should contains matos_pretty_printers)