No description
.gitignore | ||
boot.asm | ||
CC0 | ||
console.inc | ||
empty.d | ||
kernel.asm | ||
Makefile | ||
printhex.inc | ||
README.md | ||
strint.inc |
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