Interrupts should be enabled when calling 16bit code.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 25 Sep 2009 01:01:16 +0000 (21:01 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 25 Sep 2009 01:01:16 +0000 (21:01 -0400)
commitf8e800dea4aad59c83254bddd8e9ccfcd3b45774
tree44673b259d1dede47648e58f2aeac1352893ca4f
parentf416fe97ae885e97a4c9678813a6005aa83fb4b6
Interrupts should be enabled when calling 16bit code.

Set most code paths to have interrupts on when calling 16bit code.
This fixes at least one optionrom that needed irqs on.
src/boot.c
src/optionroms.c
src/output.c
src/post.c
src/ramdisk.c
src/util.c