http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa61ad
)
We probably shouldn't leave interrupts disabled when starting an OS.
author
Michael Brown
<mcb30@etherboot.org>
Wed, 25 Jul 2007 01:02:24 +0000
(
02:02
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 25 Jul 2007 01:02:24 +0000
(
02:02
+0100)
src/arch/i386/image/bootsector.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/image/bootsector.c
b/src/arch/i386/image/bootsector.c
index
d2711a8
..
0f297a2
100644
(file)
--- a/
src/arch/i386/image/bootsector.c
+++ b/
src/arch/i386/image/bootsector.c
@@
-80,6
+80,7
@@
int call_bootsector ( unsigned int segment, unsigned int offset,
/* Jump to boot sector */
"pushw %%bx\n\t"
"pushw %%di\n\t"
+ "sti\n\t"
"lret\n\t"
/* Preserved variables */
"\nsaved_ss: .word 0\n\t"