|
1 month ago | |
---|---|---|
arch/x86 | 3 months ago | |
core | 2 months ago | |
docs | 1 year ago | |
drivers | 3 months ago | |
tests | 3 months ago | |
.clang-format | 12 months ago | |
Makefile | 3 months ago | |
README.md | 1 month ago | |
custom_gdb_extension.py | 8 months ago | |
debug.gdb | 8 months ago | |
linker.ld | 3 years ago |
Matos is a simple OS.
It's targetting x86 and inspirated by http://sos.enix.org/fr/PagePrincipale
To generate iso image
mtools xorriso (which is libisoburn on ArchLinux)
make run
or
make fd.iso && qemu-system-x86_64 -cdrom fd.iso
you can also test it
make self_test
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)