Change final bootsector jump to be a near jump

This commit changes the final jump from the bootsector to the second
stage (the partition which gets loaded completely) to be a near jump.
That's important to keep consistency with protected mode.
This commit is contained in:
Eric-Paul Ickhorn 2024-07-05 23:48:19 +02:00
parent 44ca45e8f1
commit a72a41c3ac
Signed by: epickh
GPG Key ID: 1358818BAA38B104
1 changed files with 1 additions and 1 deletions

2
i386/bootsector/bootsector.asm Normal file → Executable file
View File

@ -180,7 +180,7 @@ load_partition:
jump_to_partition:
jmp 0x0a00:0x0000
jmp 0xa000
cli
hlt