aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.asm
diff options
context:
space:
mode:
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