matos/README.md

36 lines
575 B
Markdown
Raw Normal View History

2021-03-02 09:25:38 +01:00
# Introduction
Matos is a simple OS.
2021-03-02 09:25:38 +01:00
It's targetting x86 and inspirated by http://sos.enix.org/fr/PagePrincipale
2018-07-20 16:55:41 +02:00
# Dependencies
To generate iso image
2018-08-05 15:09:52 +02:00
* `mtools xorriso (which is libisoburn on ArchLinux)`
* gcc >= 6
# Run it
2021-01-26 17:58:33 +01:00
`make run`
2018-08-05 15:09:52 +02:00
or
`make fd.iso && qemu-system-x86_64 -cdrom fd.iso`
2020-04-27 23:47:52 +02:00
you can also test it
`make self_test`
2020-08-20 23:38:17 +02:00
# Debug
gdb could be launch with debug symbols using :
2021-03-18 09:16:14 +01:00
`make debug`
2020-08-20 23:38:17 +02:00
Then you can check some matos specific commands or pretty printing with
2021-03-18 09:16:14 +01:00
`help user-defined`
`info pretty-printer` (Should contains matos_pretty_printers)