summaryrefslogtreecommitdiff
path: root/bios/boot.ha
diff options
context:
space:
mode:
Diffstat (limited to 'bios/boot.ha')
-rw-r--r--bios/boot.ha4
1 files changed, 4 insertions, 0 deletions
diff --git a/bios/boot.ha b/bios/boot.ha
index e165f5a..e8b4f98 100644
--- a/bios/boot.ha
+++ b/bios/boot.ha
@@ -10,3 +10,7 @@ export const @symbol("drive_spt") drive_sectors_per_track: u8;
// Amount of heads that the boot drive has
export const @symbol("drive_heads") drive_heads: u8;
+
+// Buildup location for the data structures
+const @symbol("buildup") _buildup: u8;
+export const buildup: *[*]u8 = &_buildup: *[*]u8;