aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-09 20:18:31 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-09 20:18:31 -0500
commit980328091d8c9670f1fc0fd6a3c5330414192c2a (patch)
treeb826290921071393d9bd7f90444567afa6204c52 /src/config.h
parente9a67bf3871f232324107e8a5390a4e769ba42fc (diff)
downloadseabios-hppa-980328091d8c9670f1fc0fd6a3c5330414192c2a.zip
seabios-hppa-980328091d8c9670f1fc0fd6a3c5330414192c2a.tar.gz
seabios-hppa-980328091d8c9670f1fc0fd6a3c5330414192c2a.tar.bz2
Add experimental feature to run vga optionrom in parallel with init.
Add option (default disabled) that allows the vga rom to run while hardware init is still in progress.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 05f3942..9c7c504 100644
--- a/src/config.h
+++ b/src/config.h
@@ -24,6 +24,8 @@
// Support running hardware initialization in parallel
#define CONFIG_THREADS 1
+// Allow hardware init to run in parallel with optionrom execution
+#define CONFIG_THREAD_OPTIONROMS 0
// Support int13 disk/floppy drive functions
#define CONFIG_DRIVES 1
// Support floppy drive access
@@ -187,6 +189,6 @@
#define DEBUG_ISR_hwpic2 5
#define DEBUG_HDL_pnp 1
#define DEBUG_HDL_pmm 1
-#define DEBUG_thread 1
+#define DEBUG_thread 2
#endif // config.h