Increased size to 32 KiB

This commit is contained in:
streaksu 2020-01-21 06:41:38 +01:00
parent 991487c25a
commit 59ea2f0b59
2 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,7 @@ dw 0xaa55
mov ax, 2
mov ebx, 0x8000
mov cx, 14
mov cx, 62
call read_sectors
jc err_reading_disk

View File

@ -14,7 +14,6 @@ SECTIONS
.data : {
KEEP(*(.data*))
KEEP(*(.bss*))
. += 7168 - (. - bootsect_begin);
. += 31744 - (. - bootsect_begin);
}
}