aboutsummaryrefslogtreecommitdiff
path: root/src/disk.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-02-25 22:29:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-02-25 22:29:55 -0500
commit4b60c000deee2002ba272b45a1121df7495c39f9 (patch)
tree15b897b77d26f30a52d13605c905e6fd42b3e83d /src/disk.c
parentf076a3eeb9a0185b06a2abbba8c798a7761b2bdf (diff)
downloadseabios-hppa-rel-0.1.1.zip
seabios-hppa-rel-0.1.1.tar.gz
seabios-hppa-rel-0.1.1.tar.bz2
Version 0.1.1rel-0.1.1
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disk.c b/src/disk.c
index 8901b7d..144e42f 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -44,7 +44,7 @@ handle_40(struct bregs *regs)
void VISIBLE
handle_13(struct bregs *regs)
{
- debug_enter(regs);
+ //debug_enter(regs);
u8 drive = regs->dl;
#if BX_ELTORITO_BOOT
if (regs->ah >= 0x4a || regs->ah <= 0x4d) {