OS def with my own Filesystem
Posted: Thu Jan 27, 2011 6:18 pm
I try to make a OS but I'm allmost bold!!
I compile my files with FASM the only tool i've got is DEBUG.EXE tot write to SECTOR 0
When I load a file it starts with offset 100 so i have FDH bytes to make my bootloader or OS.
COPY FILE TO DOS BOOT USB
THEN BOOT FROM DOS
START "DEBUG.EXE OS.COM"
MAKE CHANGES FOR THE BIOS LOADER TO UNDERSTAND IT IS A BOOTABLE.
CHANGE USB.
W 0 2 0 1
REBOOT
AND SEE THE NEXT LITTLE TEST I DID, WORKED (OR NOT)
Is there a tool that loads a EXE or COM in memory and write it with offset 0 to SECTOR 0 of a (other) DISK??
I compile my files with FASM the only tool i've got is DEBUG.EXE tot write to SECTOR 0
When I load a file it starts with offset 100 so i have FDH bytes to make my bootloader or OS.
COPY FILE TO DOS BOOT USB
THEN BOOT FROM DOS
START "DEBUG.EXE OS.COM"
MAKE CHANGES FOR THE BIOS LOADER TO UNDERSTAND IT IS A BOOTABLE.
CHANGE USB.
W 0 2 0 1
REBOOT
AND SEE THE NEXT LITTLE TEST I DID, WORKED (OR NOT)
Is there a tool that loads a EXE or COM in memory and write it with offset 0 to SECTOR 0 of a (other) DISK??