DOS-like OS for Intel 8086 / NEC V30
boot | ||
com | ||
inc | ||
kernel | ||
lib | ||
rom | ||
.gitignore | ||
fix-rom.c | ||
Makefile | ||
README.md |
Primary goals
- Run on 8086 or up
- Be able to load and execute a COM program from disk
- Support for running programs in the NEC V30 8080 emulation mode
Secondary goals
- CP/M syscall compatibility
- Terminal emulator for COM1 (like picocom on linux)
- Boot linux
- Editor (nano or ed-like)
- Self-hosting assembler