Go to file
Juhani Krekelä 6bcfcbd7cc Use ds instead of es for itoa 2021-07-04 23:40:39 +03:00
.gitignore Give nicer names to both source and binary files 2021-07-04 19:34:31 +03:00
CC0 Add license and readme 2021-06-28 23:10:29 +03:00
Makefile Start working on the kernel 2021-07-04 23:35:27 +03:00
README.md Add support for 360K disk images as well 2021-06-30 22:56:15 +03:00
boot.asm Fix directory entry pointer getting offset if EttinOS kernel was found 2021-07-04 21:05:19 +03:00
console.inc Start working on the kernel 2021-07-04 23:35:27 +03:00
empty.d Automatically track dependencies 2021-06-28 23:03:07 +03:00
kernel.asm Start working on the kernel 2021-07-04 23:35:27 +03:00
printhex.inc Start working on the kernel 2021-07-04 23:35:27 +03:00
strint.inc Use ds instead of es for itoa 2021-07-04 23:40:39 +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