artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e500871
)
oops...
author
mickey
<mickey@openbsd.org>
Fri, 18 Apr 1997 01:30:03 +0000
(
01:30
+0000)
committer
mickey
<mickey@openbsd.org>
Fri, 18 Apr 1997 01:30:03 +0000
(
01:30
+0000)
sys/arch/i386/stand/boot/srt0.S
patch
|
blob
|
history
diff --git
a/sys/arch/i386/stand/boot/srt0.S
b/sys/arch/i386/stand/boot/srt0.S
index
88d8125
..
531bcaa
100644
(file)
--- a/
sys/arch/i386/stand/boot/srt0.S
+++ b/
sys/arch/i386/stand/boot/srt0.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: srt0.S,v 1.
6 1997/04/11 19:12:58 weingart Exp $
*/
+/* $OpenBSD: srt0.S,v 1.
7 1997/04/18 01:30:03 mickey Exp $
*/
/* $NetBSD: srt0.c,v 1.3 1994/10/27 04:21:59 cgd Exp $ */
/*-
@@
-52,7
+52,7
@@
.globl _Gdtr
.globl _Idtr_prot
.globl _Idtr_reset
- .globl
_codeseg
+ .globl
idt_init
.text
.globl start_boot
@@
-71,6
+71,8
@@
start_boot:
movl %ax, %es
movl %ax, %fs
movl %ax, %gs
+ /* init idt */
+ call idt_init
/* load idtr for interrupts */
lidt _Idtr_prot