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
|
|
|
|
|
2020-04-27 23:47:52 +02:00
|
|
|
`make test`
|
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 :
|
|
|
|
|
|
|
|
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)
|