2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

We probably shouldn't leave interrupts disabled when starting an OS.

This commit is contained in:
Michael Brown 2007-07-25 02:02:24 +01:00
parent 9aa61ad5a2
commit d5e39286f7

View File

@ -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"