Go to file
Juhani Krekelä f8c66e3c59 Add a newline to the start of the kernel greeting message 2021-07-06 21:57:53 +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 Include source on the floppy 2021-07-04 23:48:29 +03:00
README.md Default to 360K floppy images 2021-07-04 23:45:50 +03:00
boot.asm Add a newline before the OS selection prompt in bootloader 2021-07-06 21:57:27 +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 Add a newline to the start of the kernel greeting message 2021-07-06 21:57:53 +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 360K. To build a 1440K floppy instead, run:

make FLOPPY=1440