Skip to content

Commit

Permalink
Turn off IODELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 15, 2024
1 parent 30795e2 commit 183cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/arch/i86/drivers/block/bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "bioshd.h"

#define RESET_DISK_CHG 1 /* =1 to reset BIOS on drive change fixes QEMU retry */
#define IODELAY 1 /* emulate delay for floppy on QEMU */
#define IODELAY 0 /* emulate delay for floppy on QEMU */

#define abs(v) (((int)(v) >= 0)? (v): -(v))
/*
Expand Down

0 comments on commit 183cc6c

Please sign in to comment.