From f789d49e8a570db87d49886bb91ed2d8a62a492f Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 30 Mar 2026 16:09:25 +0200 Subject: tokenise labels and constants! Now assembly highkey fails but ok --- bootler/asm/boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootler/asm') diff --git a/bootler/asm/boot.asm b/bootler/asm/boot.asm index 85b9a63..8e3e534 100644 --- a/bootler/asm/boot.asm +++ b/bootler/asm/boot.asm @@ -6,7 +6,7 @@ LOAD_ADDR equ 0x7C00 KERNEL_START equ 2 ; first sector on disk to load kernel from; 1 indexed -KERNEL_SIZE equ 16 ; length of kernel in sectors +KERNEL_SIZE equ 32 ; length of kernel in sectors KERNEL_LOAD_ADDR_ES equ 0x1000 ; kernel to be loaded at es * 0x10 + 0x0000 PAGE_TABLE_LOAD_ADDR equ 0x1000 ; start of page table; 4 * pt size -- cgit v1.3.1