diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-19 22:48:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-19 22:48:37 +0000 |
commit | 8bd04bfa23875d8011348b20cc71efa70564b60b (patch) | |
tree | 6f931224b1284d5950af5539e60c108f985fb493 | |
parent | d9668ea663720a13ef0597e50c06bb6e35294e17 (diff) |
fix 'ma boot' cmd; toby@
-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 |