From 2d9512810dc82fda793e15b0602fb387557fb8e4 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 29 May 1997 04:31:49 +0000 Subject: add small piece of NT support from James C. Cortilier III --- sys/arch/i386/stand/biosboot/biosboot.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/stand/biosboot') 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 */ -- cgit v1.2.3