Hello all! Thanks for downloading xOS! Here are few things you should know:
*xOS is a free open source OS made entirely in FASM assembly
*You are free ti=o alter the code and distribute it as long as it distributed freely and with mention of the author ("Me239")
Instructions:
1) Compile cmd.asm with FASM or if you have already done so, goto step 3
2) Rename cmd.bin to what ever you please eg. "cmd.img" or "xOS.img"
3) You can use any virtual machine (I recommend VirtualBox)
4) ENJOY!
Floppy Installation:
*Since there is no floppy installation tool included, you must find your own method or use the one I have provided
NOTE: You can directly write the image to the floppy if you want
1) Open cmd.asm and scroll down to the very bottom
2) Remove or comment out the last line that begins with 'times' and then some numbers
3) Compile this new file 
4) Open the newly created with the 'Debug' command
5) Type the following lines: "W 0 0 0 1"
6) The bootloader and kernel should now be on the floppy
7) Restart the computer with the floppy in and the OS should boot
Please report any bugs to the FASM\OS creation messageboard

#Me239  
