512DevOS 0.02 README
By Anthony De Feo
========================

To install
--------------
DOS/Windows users: Put a floppy disk (with no important data) in drive A:, and run install.bat.  If you want to use 512DevOS under bochs, press CTRL-C when install.bat gets to "Press any key to continue...", and use devos.img as as an emulated floppy disk.  If you want to run it on a real computer, boot with the floppy in your A: drive.  

*nix users: Run "dd if=devos.img bs=1024 of=/dev/xxx" where "xxx" is your floppy disk drive.  Boot with the disk in your first floppy drive.  

Usage
------------
Press "h" at the prompt for help while the OS is running.  Commands are not case-sensitive  
The commands are:
c = Clear screen
o = relOad 512DevOS
r = Reboot computer
h = Help
v = Version information 
s = System halt 
f = Screensaver (I ran out of letters, no reason why this is "f")
F1 = load sector 1 from the floppy disk
F2 = load sector 2 from the floppy disk
F3 = load sector 3 from the floppy disk

Notes
-----------
This release contains the long-awaited sector loading code.  You can load sectors 1, 2, and 3 from the floppy disk by using the F1-F3 keys.  This release contains a small demo program that uses only BIOS and 512DevOS interrupts.  This file is in test.asm, and is written to sector 2 during installation (and is on the devos.img file in sector 2).  

Thank Yous
-------------------
Well, once again, Benjamin David Lunt of Forever Young Software helped greatly to debug the sector-loading code.  The original F1-F3 keys idea came from Christoffer Bubach.  I thank anyone who supports, works on, or uses this OS.  

Thanks again,
Anthony De Feo <xdatadrainx90@gmail.com>
http://512dev.us.tt