Copyright (C) 2016-2018 Don Clarke -- see LICENSE.TXT
This repository contains various boot-loaders along with the kernel for the Deep Blue OS.
fbs_raw.asm : The boot sector will load the rest of the boot loader and the kernel from a raw (unformatted) floppy disk.
fbs_fat12.asm : The boot sector will load the stage 2 boot loader from the root directory of the FAT12 formatted floppy disk.
build.bat : Windows build batch file.