From a1da97d10d399d8cd8d5f4eed1d6119289a8fb09 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 11 Aug 2013 11:17:51 +0000 Subject: fix typo, remove leftover --- boot.S | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3