From 8f0294d83c28e8b52d23d57b88fa1bdf6a7d95a0 Mon Sep 17 00:00:00 2001 From: Ry Date: Thu, 19 May 2022 14:21:11 -0700 Subject: [PATCH] fox32rom: Boot system.bin instead of kernel.bin --- boot.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.asm b/boot.asm index cc40208..14d3fd4 100644 --- a/boot.asm +++ b/boot.asm @@ -2,7 +2,7 @@ ; these are only used during booting, they are not exposed via the jump table const KERNEL_FILE_STRUCT: 0x01FFF800 ; kernel.bin file struct is right above the system stack -kernel_file_name: data.str "kernel bin" data.8 0 +kernel_file_name: data.str "system bin" data.8 0 ; read disk 0 and attempt to figure out what type of disk it is, and load the correct binary into memory ; inputs: