923f7975fe
o too many changes to mention specifically, but amongst them: - better error reporting - openbsd boots, freebsd boots - new 'term' flavor, I added a textmode interface, the only drawback is that control-c is intercepted, and you must kill -9 it from another tty if it doesn't exit normally - new flavors: - debugger -> debug (for shortness) - i386 - pci - smp - net (compiles, does not yet provide networking, if anyone wants to help, I'd be ELATED to have this fixed!) - no_x11 (made it actually work) - term (make sure to use 'log: /dev/null' or something else on the cmdline, otherwise, debugging and the screen will start getting quite confusing!) - better error reporting (and no error reporting where it is not necessary; a typicall boot of cdrom28.fs is a screenful of output now) - in general, if the hardware reaches an unknown state, fail gracefully instead of calling exit(1) .. are we trying to work or are we trying to .. fail? I like working myself.
21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
$OpenBSD: patch-config_h_in,v 1.1 2001/02/02 16:59:06 todd Exp $
|
|
--- config.h.in.orig Tue Jan 4 14:35:34 2000
|
|
+++ config.h.in Thu Oct 19 18:33:34 2000
|
|
@@ -166,6 +166,8 @@
|
|
#define BX_USE_DEV_SMF 1 // System Devices (port92)
|
|
#define BX_USE_PCI_SMF 1 // PCI
|
|
|
|
+#define BX_NE2K_SUPPORT 0 // ne2000 support
|
|
+
|
|
#define BX_SUPPORT_SB16 0
|
|
|
|
#if BX_SUPPORT_SB16
|
|
@@ -253,6 +255,7 @@
|
|
#define BX_WITH_WIN32 0
|
|
#define BX_WITH_MACOS 0
|
|
#define BX_WITH_NOGUI 0
|
|
+#define BX_WITH_TERM 0
|
|
|
|
|
|
#define WORDS_BIGENDIAN 0
|