You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Juhani Krekelä f8c66e3c59 Add a newline to the start of the kernel greeting message 2 years ago
.gitignore Give nicer names to both source and binary files 2 years ago
CC0 Add license and readme 2 years ago
Makefile Include source on the floppy 2 years ago
README.md Default to 360K floppy images 2 years ago
boot.asm Add a newline before the OS selection prompt in bootloader 2 years ago
console.inc Start working on the kernel 2 years ago
empty.d Automatically track dependencies 2 years ago
kernel.asm Add a newline to the start of the kernel greeting message 2 years ago
printhex.inc Start working on the kernel 2 years ago
strint.inc Use ds instead of es for itoa 2 years ago

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