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.
|
5 months ago | |
---|---|---|
boot | 5 months ago | |
host | 5 months ago | |
src | 5 months ago | |
.gitignore | 1 year ago | |
Makefile | 5 months ago | |
README.md | 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