Commit Diff


commit - 053dcd0199aa5cb5a5fb26de1b2a3720526fe6cf
commit + cd0a0b8c63f54b0fbeb1d7565f180ca5a64f8f24
blob - 1e99e572ddb782d8debe273d8b5efd63cea8f86e
blob + 07a9616c00654391365f8b9e9251a2f7b94b36ff
--- TODO.md
+++ TODO.md
@@ -40,4 +40,12 @@
   - ~~silent mode with TAP support~~
   - ~~PKG_REQUIRED~~
   - ~~describe missed variables in bsd.regress.mk(5): REGRESS_MAIL, REGRESS_SKIP_TARGETS~~
-  - ~~move staff from regress/Makefile to bsd.regress.mk~~
\ No newline at end of file
+  - ~~move staff from regress/Makefile to bsd.regress.mk~~
+* VMM tests:
+  - https://stackoverflow.com/questions/22054578/how-to-run-a-program-without-an-operating-system
+  - https://github.com/cirosantilli/x86-bare-metal-examples
+```
+printf '\364%509s\125\252' > main.img
+sudo apt-get install qemu-system-x86
+qemu-system-x86_64 -hda main.img
+```
\ No newline at end of file