Go to file
Juhani Krekelä 591fe91f93 Centralize and improve boot sector disk access 2021-07-04 17:36:25 +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 Centralize and improve boot sector disk access 2021-07-04 17:36:25 +03:00
empty.d Automatically track dependencies 2021-06-28 23:03:07 +03:00
hexprint.inc List root directory of the disk 2021-06-28 22:58:11 +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