summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-08-11 11:17:51 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-08-11 11:17:51 +0000
commita1da97d10d399d8cd8d5f4eed1d6119289a8fb09 (patch)
treee1016c4105d484842763484d6f2a35b80af86468
parentd539d812213f1d89c011f73ede3f5f75573a53f4 (diff)
fix typo, remove leftoverHEADmaster
-rw-r--r--boot.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.S b/boot.S
index a687d17..506bc59 100644
--- a/boot.S
+++ b/boot.S
@@ -63,7 +63,6 @@
#define STACKOFF 0xfffc /* stacks starts here, grows down */
#define PARTSZ 16 /* each item of pt is 16 bytes long */
#define NPART 4 /* 4 partitions */
-#define DISKSNUM 0x475
#define MBRMAGIC 0xaa55 /* MBR magic */
#define puts(s) movw $s, %si; call msg
@@ -268,7 +267,7 @@ prtnum: .byte '0'
def: .ascii "\r\n\nDefault: F" /* runs into dkey... */
dkey: .byte '?'; .byte ' '|0x80
-/* namen table */
+/* name table */
namtab:
.byte os_dos -nt, 0x01
.byte os_dos -nt, 0x04