Skip to content
nedbrek edited this page Feb 5, 2013 · 1 revision

Introduction

NedOS is my hobby operating system project. It's main purpose is for me to learn and explore hardware / software interactions.

Code Layout

fonts/ Contains code for extracting fixed width fonts from .bdf files, and should contain the definitions which will be included into the OS build.
mkcd/ Main area for development. Started with the floppy code, but now builds into a bootable CD.
mkflop/ My original bootloader code.
mkhd/ A stripped down version of the CD bootloader code, intended to fit into a 512B boot sector.
notes.txt Some old notes I had lying around.
os.asm Some old code I had lying around.
osinfo/ A CD build which stays in text mode and prints system information.
README Overview of the project and instructions for running.
Clone this wiki locally