From 71d50cdbd81cc352e907f689138049a96d080cbe Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Tue, 9 Sep 2025 18:50:34 -0400 Subject: [PATCH] move the bpb_offset_bx file to old fat32 --- include/fat32/{ => old}/bpb_offset_bx.inc | 0 src/stage2/stage2.nasm | 1 - 2 files changed, 1 deletion(-) rename include/fat32/{ => old}/bpb_offset_bx.inc (100%) diff --git a/include/fat32/bpb_offset_bx.inc b/include/fat32/old/bpb_offset_bx.inc similarity index 100% rename from include/fat32/bpb_offset_bx.inc rename to include/fat32/old/bpb_offset_bx.inc diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index 09d2f8a..44579b7 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -99,7 +99,6 @@ init: ; ############### %include "partition_table.inc" -%include "fat32/bpb_offset_bx.inc" %include "fat32/fat32_structures.inc" ;%include 'fat32/FAT32_SYS.inc'