DOS-like OS for Intel 8086 / NEC V30
Go to file
Nero 62975f81b9 Support boot sectors that i dont want to support anymore 2023-01-01 21:44:36 +00:00
boot Support boot sectors that i dont want to support anymore 2023-01-01 21:44:36 +00:00
host chartab: migrate to com format and awk assembler 2023-01-01 21:42:02 +00:00
src chartab: migrate to com format and awk assembler 2023-01-01 21:42:02 +00:00
.gitignore makefile: allow creation of .hex files 2021-12-29 00:46:52 +00:00
Makefile Fix elf files not being affected my make clean 2023-01-01 21:41:22 +00:00
README.md Improve build transparency (documentation and inline version number) 2020-09-17 08:59:22 +00:00

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

Building

You can generate a 3.5" floppy image with make fd1440.img, a 5.25" floppy with make fd160.img.

Build requirements:

  • make
  • nasm
  • mtools >=4.0.20 (Debian buster or up)

Useful for testing:

  • C compiler
  • qemu-system-i386

The Makefile has other potentially interesting targets.