493 B
493 B
About
The tests in this folder are not comprehensive by any means at the moment.
Automated Testing
- Run
make && ./run.jsin the root of the project
Manual
- Run
make filename.imgto compile a multiboot kernel image to be used in v86. - Run
make filename.binto compile a regular ELF binary to run on a real machine. - Run
make filename.fixtureto runfilename.binthroughgdbwith thegdbautoscript (to extract the state of all mmx registers at the moment).