instinc
cd4fdfe9f3
Fixes bug report 466292
2002-04-08 01:19:35 +00:00
Bryce Denney
c20298b6f4
- the runtime menu was displaying the old default of 10. It should be 11
...
(continue).
2002-04-08 00:11:52 +00:00
Jeroen Janssen
d2ef229050
- VBE fixing out of memory read (now redhat6 image can use fbcon vga=771)
2002-04-07 21:32:42 +00:00
Volker Ruppert
55ccdca509
- swap the scancodes of "numlock" and "pause" - this simplifies the test for
...
extended scancodes
2002-04-07 18:07:20 +00:00
Christophe Bothamy
f02ef5cd7a
- fixed keyboard not working with DOS6.2 keyb.com :
...
. int16 function 92 : keyboard capability check for keyb.com (enhanced keyboard) : supported
. int16 function A2 : keyboard capability check for keyb.com (122keys keyboard) : not supported
2002-04-06 15:59:29 +00:00
Christophe Bothamy
f9304212e9
- redo the freebsd fix.
...
I should know better the 16bits segmentation model.
2002-04-05 21:08:22 +00:00
Bryce Denney
1ef04e1bcc
- patch with changes from William Lee Irwin III <wli@holomorphy.com>
...
who called it "05_8_cpus"
2002-04-05 18:37:06 +00:00
Bryce Denney
c41bb0fd41
- patch from Peter Tattam in the eth_win32 code to pad all packets to
...
60 bytes. It may be simpler to just put the padding code into
ne2k.cc instead. As Peter says:
> I don't think it really matters, but for correctness, the eth_*.cc modules
> should probably all be patched as they are simulating what appears on the
> wire (which is wrong). The ne2k.cc module takes what's on the wire and
> assembles it into packets. By doing it that way, the bug is fixed for all
> NIC drivers in the future.
2002-04-05 17:09:04 +00:00
Bryce Denney
f8d446ef37
- NE2K patch from Peter Tattam
2002-04-05 16:16:16 +00:00
Christophe Bothamy
2dceae9e8f
- fixed bug on NumericKeypad 5 when not using keymapping
2002-04-05 12:10:50 +00:00
Bryce Denney
645e094fb0
- add reference to the OS resource center, which I learned about
...
from Peter Tattam.
2002-04-05 07:49:29 +00:00
Bryce Denney
0c37403c53
- add patch from Peter Tattam
2002-04-05 06:05:15 +00:00
Volker Ruppert
3d49380b35
- send a scancode for "left control key released" before handling the scancode
...
for the "AltGr" key (present on European keyboards)
2002-04-04 18:11:53 +00:00
Christophe Bothamy
7f3fb09f49
- added fix for freeBSD boot
2002-04-04 16:58:31 +00:00
Christophe Bothamy
2ba7527c2a
- real fix for freeBSD boot
2002-04-04 16:57:45 +00:00
Bryce Denney
fc8570bba4
- mention that when uncompressed it will be 500 something meg
2002-04-04 16:30:47 +00:00
instinc
c2fcfad89b
Khorev Sergey's patch allowing FreeBSD to boot
2002-04-04 03:50:11 +00:00
Bryce Denney
767ac9b2dc
- b_dolata@compfort.pl sent in this patch to fix a problem Christophe
...
described in bug [ #538214 ] directory as keymap file
2002-04-03 21:07:14 +00:00
Jeroen Janssen
8cfa8a3bba
- applying patches/patch.vbe-lfb to bochs cvs tree
2002-04-03 16:48:15 +00:00
Bryce Denney
49decc485c
- when merging EDX and EAX to create the apic base address, add
...
a typecast to Bit64u before shifting left by 32. Otherwise
the EDX<<32 would overflow on 32 bit machines and the address would
be wrong.
2002-04-03 15:12:22 +00:00
Bryce Denney
54721fc3d2
- if vga font not found, search for a font called "-*-vga-*" too.
...
This was suggested in the bug report:
[ #537593 ] vga font not being found.
2002-04-03 04:22:18 +00:00
Bryce Denney
da684a72fb
- check in something similar to Stefan Görling's patch #536844 .
...
I went ahead and made all the register/unregister functions in iodev.h
return a boolean.
2002-04-03 01:56:26 +00:00
Bryce Denney
dc4bae26a9
- mention Robert Millan's new debian image
2002-04-02 20:27:48 +00:00
Bryce Denney
d8e6341a02
- add patch from renzo davoli <renzo@cs.unibo.it>
2002-04-02 15:54:35 +00:00
Bryce Denney
fba51966d3
- it doesn't work well to have the RCS ID of the patch. Often, it's
...
necessary to use -kb on patches anyway, so that special keywords in
the diffs do not cause conflicts.
2002-04-02 15:53:08 +00:00
Christophe Bothamy
24e2d109da
- changed copyright strings
2002-04-01 22:43:01 +00:00
Christophe Bothamy
60c930a782
- Removed the unnecessary BX_BIOS_MESSAGE_SIZE
2002-04-01 21:57:51 +00:00
Christophe Bothamy
d1ef29dc6e
- Added a biosdev "pseudo device" to handle the log output of the rombios and vgabios :
...
. ports 0x0400 0x0401 and 0xfff0 : rombios
. ports 0x0500 0x0501 and 0x0502 : vgabios
The rombios log output was previously handled by the unmmapped device
2002-04-01 21:53:23 +00:00
instinc
748ccdef95
put bx_guard under #if/#endif BX_DEBUGGER
2002-04-01 13:14:37 +00:00
instinc
77ae7958f8
displays the address of the caught watchpoint, feature request #435271
2002-04-01 04:44:15 +00:00
instinc
60f8987263
registers the address of the watchpoint caught to be displayed in the debugger
2002-04-01 04:43:26 +00:00
instinc
22dc1c4f96
added address of the caught watchpoint
2002-04-01 04:42:43 +00:00
instinc
4e17b97211
fixed feature request 488645
2002-04-01 04:12:11 +00:00
instinc
18c79cee9c
check if CTRL+C is pressed while in a HLT instruction
2002-04-01 04:02:02 +00:00
Volker Ruppert
bc7ca5b0e6
- removed unnecessary include statemants for X
2002-03-30 06:45:30 +00:00
instinc
23d4785e8e
applied a temporary fix so that it can compile
2002-03-29 23:37:07 +00:00
Volker Ruppert
d47cdb919a
- fixed detection of single mode and level senistive mode in ICW1
...
- fixed handling of rotate_on_autoeoi for master PIC in in IAC()
- removed old IRQ handling functions (trigger_irq / untrigger_irq)
- replaced BX_INFO in case of bx_dbg.pic by BX_DEBUG calls
2002-03-29 09:13:02 +00:00
Bryce Denney
3cd6d4c1b2
- Zwane's patch to add processor priority to APIC model
2002-03-28 16:53:28 +00:00
Bryce Denney
498dfb562e
- check in Zwane's patch that he posted to the list on March 21
...
I suspect it will conflict with some things by now.
2002-03-28 16:52:12 +00:00
Bryce Denney
8983937e5c
- in main branch, change version name back to "1.4.cvs" so that it's not
...
confused with any release.
2002-03-28 09:43:07 +00:00
Bryce Denney
b98404af5f
- rewrite Help Wanted:Testing to say that we need help maintaining
...
the testing status page. (I probably have 100 testing forms that
haven't gotten onto that page yet.)
2002-03-28 09:35:15 +00:00
Bryce Denney
109ee29eba
- more little tweaks
2002-03-28 09:06:30 +00:00
Bryce Denney
3505feb132
- add 1.4 info to getcurrent page too
2002-03-28 09:01:45 +00:00
Bryce Denney
2e26e53131
- picky, picky! Added a missing "a".
2002-03-28 08:55:38 +00:00
Bryce Denney
3a57dd9051
- fix stray "pre2"
2002-03-28 08:54:00 +00:00
Bryce Denney
55486d83c3
- add 1.4 to news items
2002-03-28 08:52:14 +00:00
Bryce Denney
80490e4a38
- add 1.4 release info
2002-03-28 08:50:58 +00:00
Bryce Denney
0ce253e2be
- I can't believe it! I've been spelling "updated" wrong since last June!!!
2002-03-28 07:52:26 +00:00
Bryce Denney
cf81b7207f
- document new .bochsrc options (basically just copy .bochsrc description
...
into the docbook)
2002-03-28 07:50:34 +00:00
Bryce Denney
69bacbcec4
- add more comments about paste delay
2002-03-28 07:49:52 +00:00