mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-23 14:26:52 -08:00
Bootloader issue fix. #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bootloader fix:
boot1.asm
2nd stage boot2.asm
Going to leave this in here in case its needed for reference.
The old boot.asm
The old boot2.asm
Modified the first stage boot loader to add HDD support and made an Op. to
jmp 0x8000:0x0000
. Still not gettingKERNEL.BIN
printed from second stage boot loader.@Karutoh Had to make a backup of the OS and archive it and start with a working bootloader from
http://3zanders.co.uk/2017/10/13/writing-a-bootloader/
see libera.chat IRC 6667 #gbowne1