diff options
Diffstat (limited to 'boot.subx')
-rw-r--r-- | boot.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx index ed1631bc..c9d78b59 100644 --- a/boot.subx +++ b/boot.subx @@ -280,7 +280,7 @@ initialize_32bit_mode: c7 0/subop/copy *0x00100000 0/imm32/read c7 0/subop/copy *0x00100004 0/imm32/write c7 0/subop/copy *0x00100008 0x00e00000/imm32/size - (load-sectors Primary-bus-primary-drive 0x2328 0x120 0x00100000) # source 0x2328 = sector 9000 on disk, destination 0x00100000 + (load-sectors Primary-bus-primary-drive 0x2328 0x200 0x00100000) # source 0x2328 = sector 9000 on disk, destination 0x00100000 # Font is now loaded starting at 0x0010000c. ## load interrupt handlers |