DOS-like OS for Intel 8086 / NEC V30
Go to file
Nero 2c13f25c30 More instructions for awkasm 2023-11-15 18:50:21 +00:00
boot Support boot sectors that i dont want to support anymore 2023-01-01 21:44:36 +00:00
host More instructions for awkasm 2023-11-15 18:50:21 +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 Remove nasm dependency 2023-01-01 21:47:17 +00:00
README.md Remove nasm dependency 2023-01-01 21:47:17 +00:00

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