summaryrefslogtreecommitdiffstats
path: root/include/asm
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2005-04-18 17:18:02 +0200
committerneoraider <devnull@localhost>2005-04-18 17:18:02 +0200
commit2c7f83e006c3fee8d26e940eee801a4be9443e50 (patch)
treecb8273f74857305921b653aed0a0488b2d27c13a /include/asm
downloadwinx-2c7f83e006c3fee8d26e940eee801a4be9443e50.tar
winx-2c7f83e006c3fee8d26e940eee801a4be9443e50.zip
Verzeichnisstruktur ver?ndertHEADmaster
Diffstat (limited to 'include/asm')
-rw-r--r--include/asm/boot.h9
-rw-r--r--include/asm/interrupt.h1
2 files changed, 10 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
diff --git a/include/asm/interrupt.h b/include/asm/interrupt.h
new file mode 100644
index 0000000..c6924a7
--- /dev/null
+++ b/include/asm/interrupt.h
@@ -0,0 +1 @@
+#define CUR_BLINK 50