DOS-like OS for Intel 8086 / NEC V30
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nero cb59338554 awkasm: add bit instructions and refine 5 months ago
boot Support boot sectors that i dont want to support anymore 5 months ago
host awkasm: add bit instructions and refine 5 months ago
src chartab: migrate to com format and awk assembler 5 months ago
.gitignore makefile: allow creation of .hex files 1 year ago
Makefile Remove nasm dependency 5 months ago
README.md Remove nasm dependency 5 months ago

README.md

Primary goals

  • Run on 8086
  • Be able to load and execute a COM program from disk
  • Self-hosting assembler

Building

Build requirements:

  • make
  • busybox awk for bootstrap assembler
  • mtools >=4.0.20 (Debian buster or up)

Useful for testing:

  • C compiler
  • qemu-system-i386