Go to file
Juhani Krekelä 4dc7266f6a Make debug hexprint work under PCem too 2021-07-04 19:13:34 +03:00
.gitignore Automatically track dependencies 2021-06-28 23:03:07 +03:00
CC0 Add license and readme 2021-06-28 23:10:29 +03:00
Makefile Add support for 360K disk images as well 2021-06-30 22:56:15 +03:00
README.md Add support for 360K disk images as well 2021-06-30 22:56:15 +03:00
bootsect.asm Finish up the remaining TODOs in bootsect.asm 2021-07-04 19:12:59 +03:00
empty.d Automatically track dependencies 2021-06-28 23:03:07 +03:00
hexprint.inc Make debug hexprint work under PCem too 2021-07-04 19:13:34 +03:00
kernel.asm Load kernel off of FAT12 disk 2021-06-30 20:35:07 +03:00

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 1440K. To build a 360K floppy instead, run:

make FLOPPY=360