From 100be4743de263fda3e5f7e3bcfca7bb6ec3bddf Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Fri, 26 May 2023 20:45:45 +0200 Subject: [PATCH] Moved the bootsector to a more sensible path --- {bootsector => code/legacy-bios/bootsector}/build.sh | 0 {bootsector => code/legacy-bios/bootsector}/fat32.asm | 0 {bootsector => code/legacy-bios/bootsector}/partition_table.asm | 0 {bootsector => code/legacy-bios/bootsector}/start.asm | 0 {bootsector => code/legacy-bios/bootsector}/utility.asm | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {bootsector => code/legacy-bios/bootsector}/build.sh (100%) rename {bootsector => code/legacy-bios/bootsector}/fat32.asm (100%) rename {bootsector => code/legacy-bios/bootsector}/partition_table.asm (100%) rename {bootsector => code/legacy-bios/bootsector}/start.asm (100%) rename {bootsector => code/legacy-bios/bootsector}/utility.asm (100%) diff --git a/bootsector/build.sh b/code/legacy-bios/bootsector/build.sh similarity index 100% rename from bootsector/build.sh rename to code/legacy-bios/bootsector/build.sh diff --git a/bootsector/fat32.asm b/code/legacy-bios/bootsector/fat32.asm similarity index 100% rename from bootsector/fat32.asm rename to code/legacy-bios/bootsector/fat32.asm diff --git a/bootsector/partition_table.asm b/code/legacy-bios/bootsector/partition_table.asm similarity index 100% rename from bootsector/partition_table.asm rename to code/legacy-bios/bootsector/partition_table.asm diff --git a/bootsector/start.asm b/code/legacy-bios/bootsector/start.asm similarity index 100% rename from bootsector/start.asm rename to code/legacy-bios/bootsector/start.asm diff --git a/bootsector/utility.asm b/code/legacy-bios/bootsector/utility.asm similarity index 100% rename from bootsector/utility.asm rename to code/legacy-bios/bootsector/utility.asm