diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 04:31:49 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-05-29 04:31:49 +0000 |
commit | 2d9512810dc82fda793e15b0602fb387557fb8e4 (patch) | |
tree | b19142494b1b1e53705455a54bd6b2aeb2dc5a5d /sys | |
parent | 417038ac1e8934e3668b33c27b20aa15fcb65101 (diff) |
add small piece of NT support from James C. Cortilier III
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index 042fa78e6e3..6da34cb6340 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.S +++ b/sys/arch/i386/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.8 1997/04/29 00:10:05 mickey Exp $ */ +/* $OpenBSD: biosboot.S,v 1.9 1997/05/29 04:31:48 mickey Exp $ */ .file "bootbios.S" @@ -297,6 +297,8 @@ _block_table: _block_count: .byte BLKCNT /* entries in _block_table */ + . = 0x1b8 + .space 4, 0 /* NT registry offset from James C. Cortilier III */ . = 446 .globl _partitions /* throw in a partition in case we are block0 as well */ |