diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/gidt.S')
-rw-r--r-- | sys/arch/i386/stand/libsa/gidt.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/gidt.S b/sys/arch/i386/stand/libsa/gidt.S index db4d7da3295..3bec49fe492 100644 --- a/sys/arch/i386/stand/libsa/gidt.S +++ b/sys/arch/i386/stand/libsa/gidt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: gidt.S,v 1.16 1997/10/17 15:03:24 weingart Exp $ */ +/* $OpenBSD: gidt.S,v 1.17 1997/10/19 22:48:36 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -422,5 +422,7 @@ ENTRY(bootbuf) popl %edx /* Device */ popl %eax /* Partition - Not used, overwritten */ prot2real /* Switch */ + addr32 + data32 ljmp $0x7c0, $0x000 |