summaryrefslogtreecommitdiffstats
path: root/include/asm/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm/boot.h')
-rw-r--r--include/asm/boot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm/boot.h b/include/asm/boot.h
new file mode 100644
index 0000000..690f698
--- /dev/null
+++ b/include/asm/boot.h
@@ -0,0 +1,9 @@
+#define KERNEL_START 0x500
+#define KERNEL_BLOCKS 24
+#define DISK_SECTORS_PER_TRACK 18
+
+#define CODE_SEL 0x08
+#define DATA_SEL 0x10
+#define STACK_SEL 0x18
+#define VRAM_SEL 0x20
+#define BIOS_SEL 0x28