You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
CC0 | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
boot.asm | 2 years ago | |
console.inc | 2 years ago | |
empty.d | 2 years ago | |
kernel.asm | 2 years ago | |
printhex.inc | 2 years ago | |
strint.inc | 2 years ago |
README.md
Nor86 operating system
Nor86 is a real-mode operating system targeting IBM PC compatibles with 64K or more RAM. It is inspired by EttinOS.
Floppy sizes
You can build either a 1440K or a 360K floppy image from Nor86 sources, the default being 360K. To build a 1440K floppy instead, run:
make FLOPPY=1440