Skip to content

Commit 820034f

Browse files
committed
changed buffer maximum according to last commit
1 parent 751479f commit 820034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/asm/startup-common.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ startup:
1010

1111
; buffersize in multiple of sectors (512 Bytes)
1212
; min 1
13-
; max (0x80000 - startup_end) / 512
13+
; max (0x70000 - startup_end) / 512
1414
buffer_size_sectors equ 64
1515
; buffer size in Bytes
1616
buffer_size_bytes equ buffer_size_sectors * 512

0 commit comments

Comments
 (0)