Computer Hope

Software => Computer programming => Topic started by: Danomann on December 31, 2011, 01:39:07 PM

Title: OS boot problem
Post by: Danomann on December 31, 2011, 01:39:07 PM
i am making an OS (DakOS) and i am having some problems, 1.When i compile the file (i am making an os that will only use the boot loader) it yells at me that there isn`t any room when i convert the floppy disk to an ISO ??? . 2.It recognizes it but it says "Invalid system disk"  >:( how might i fix this (also it is 512 Bytes)
Commands in linux: mkisofs -o dakos.iso -b dakos.flp cdiso/ (Problem 1)
it is written in Intel x86 ASM (test machine has an Intel Pentium 2 processor)
Help plz