diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-24 16:44:59 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-24 16:44:59 -0400 |
commit | 24dabe54c845b88ccd4842eb0e7c0fa097a7beaf (patch) | |
tree | 00672f05eb5a20148f2bd79244f9fb4a4ce4bb70 | |
parent | 0a8bb6da9d739d3fc6079cbf283f4dc8f6554aab (diff) |
docs: readme: Add OEMU and OASM programs to README
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ such programs include: - ``sleep`` - Sleep for a number of seconds - ``kmsg`` - Read the kernel message buffer - ``readcore`` - Read coredump files +- ``oasm`` - OSMORA [OSMX64](https://github.com/sigsegv7/OSMX64) Assembler +- ``oemu`` - OSMORA [OSMX64](https://github.com/sigsegv7/OSMX64) Emulator And more! See ``usr.bin/*`` |