aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.asm
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-03-02 17:24:12 +0100
committerkotorifan <kotorifan05@gmail.com>2026-03-02 17:24:12 +0100
commit857f2d6fe4a77a485d9ed46c0c80eecf61142607 (patch)
treeb4035a91c4d1c7bfca9084ea0f50950e3b785ee8 /src/common.asm
parentea099af291c2dc2d681874271c626870e9193545 (diff)
downloadkotori-os-857f2d6fe4a77a485d9ed46c0c80eecf61142607.tar.gz
The bootloader now enters stage 2
Diffstat (limited to 'src/common.asm')
-rw-r--r--src/common.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.asm b/src/common.asm
index 7972b75..26f7aa5 100644
--- a/src/common.asm
+++ b/src/common.asm
@@ -3,7 +3,7 @@
%define COMMON_ASM
;; Real mode constants
- %define READ_SECTORS_NUM 1
+ %define READ_SECTORS_NUM 16
%define BOOT_LOAD_ADDR 0x7c00
%define STAGE2_ADDR 0x7e00
%define SECTOR_SIZE 512