Coded by:Da_MoRz
Email:p_mdriyaz@hotmail.com

Assembler used: TASM
usage :

THIS IS ONLY FOR GENERATING THE IMAGE FILES YOURSELVES.
{

	tasm filename.asm
	tlink /x /3 filename.obj
	stripexe filename.exe filename.bin(or .img) filename.hdr

}
ELSE
{
	[INSERT FORMATTED FLOPPY IN FLOPPY DISK]
	
	copyboot boot.img

	[copy ossplash.raw,kernelpt.img,prompt__.bin,syscomms.bin,commands.bin to the floppy]

}

RESTART THE COMPUTER AND BOOT ON FLOPPY.[MAKE THE NECESSARY CHANGES IN BIOS TO BOOT FROM FLOPPY]

NOTES FOR COMPILING AND INSTALLATION:
*****************
1.convert boot.asm and kernelpt.asm to .img  files.
2.convert the remaining files to .bin files.
3.stripexe,copyboot and ossplash.raw have been provided in the binaries folder.
4.The .asm files have been provided in the source folder.
*****************

