diff --git a/src/sys/boot/bootsec.asm b/src/sys/boot/bootsec.asm index f431e01..caa7c88 100755 --- a/src/sys/boot/bootsec.asm +++ b/src/sys/boot/bootsec.asm @@ -9,7 +9,7 @@ id db 'UbixFS' ;file system id version dd 1h ; Filing System Version fs_start dd 130 ; LBA address for start of root dir -krnl_size dd 60 ; Kernel size in sectors, starts at sector 1 +krnl_size dd 59 ; Kernel size in sectors, starts at sector 1 BytesPerSector dw 512 SectorsPerTrack dw 18 TotalHeads dw 2 @@ -22,6 +22,8 @@ xor ax, ax mov ds, ax mov [bootdrv], dl +;mov ax, 0x9000 +;mov ss, ax ;mov al,0x13 ;int 0x10 ; First get into protected mode