instinc
2be059ee4f
added the trace-reg-on and trace-reg-off command
2001-11-28 18:39:19 +00:00
instinc
170eed5b66
added the trace-reg-on and trace-reg-off command
...
updated the register trace to bypass the lazy flags behaviour
2001-11-28 18:38:32 +00:00
instinc
0a87115340
added trace-reg-on and trace-reg-off commands
2001-11-28 18:37:12 +00:00
Bryce Denney
22de9ce18e
- patch from Dave Poirier, sent to list Nov 27
2001-11-28 18:19:21 +00:00
Bryce Denney
c95bdd6a35
- patch from Dave Poirier, sent to list Nov 27
2001-11-28 18:13:30 +00:00
Bryce Denney
6a03773831
- I've had several reports of how to reproduce the 'slave OCW3 not implemented'
...
condition, so I've removed it now.
2001-11-27 18:15:39 +00:00
Volker Ruppert
e8ae65d473
- move the #ifdef statement after the BX_KEY_RELEASED definition
2001-11-27 09:51:37 +00:00
Volker Ruppert
6e28bf9738
- patch for international keyboard support based on patch.kbd-dieter
2001-11-26 21:30:49 +00:00
Volker Ruppert
2102016517
- MF-II identification and some missing keys added
2001-11-26 09:55:30 +00:00
Volker Ruppert
b15f487153
- some missing BX_KEY definitions added
2001-11-26 09:54:12 +00:00
Volker Ruppert
db4401adb8
- serial functions added, MF-II keyboard functions added, parport updates
2001-11-26 07:26:55 +00:00
Volker Ruppert
840ee719e5
- exchange the scancode of "Numlock" and "Pause", numlock works again
2001-11-26 07:24:16 +00:00
Volker Ruppert
74541540e9
- event handler recognizes the extended keycode flag
2001-11-23 18:03:23 +00:00
Bryce Denney
67fb4242e4
- latest attempt at putting buildroot back into the rpm spec file.
...
Still failing.
2001-11-21 04:13:05 +00:00
Bryce Denney
26b2c0254c
- this revision is based on a patch from Cliff Hones <cliff@aonix.co.uk>.
...
Cliff added to bios_printf the ability to print onto the console. Bryce made
some further changes. Now when a panic occurs, the message is reported both
to the Bochs log file and to the screen, and then it goes into an infinite
busy loop. Why an inf loop? If I do a HLT in BIOS code, current bochs
versions will panic immediately and the user will never see the real panic
message. I have mostly tested the new panic behavior by booting nonbootable
and nonreadable disks.
2001-11-21 02:33:05 +00:00
Bryce Denney
21e102208d
- add instructions for getting CDROM to work in DOS
2001-11-21 02:13:47 +00:00
Bryce Denney
003f8dc7e0
- update vga screen when you enter the logfunctions::ask() function. This is
...
useful because sometimes useful messages are printed on the screen just
before a panic. It's also potentially dangerous if the vga update function
calls ask() again...so I added a re-entry check.
2001-11-21 00:25:15 +00:00
Bryce Denney
f003961953
- explictly turn off readline. Then if you add --enable-debugger, it will
...
not try to use readline, even when the configure system is able to find it.
2001-11-21 00:16:17 +00:00
Bryce Denney
c10e29e402
- mkfontdir was running in the wrong directory. Added "/misc" to the path.
2001-11-20 05:57:18 +00:00
Bryce Denney
5820c9de92
- this patch is from Dieter Mittelmaier <dieter.mittelmaier@freenet.de>
...
He sent it to me on July 4, and I've been far too slow getting it
checked in.
2001-11-19 18:36:35 +00:00
Bryce Denney
c7e0891d57
- I applied this patch.
...
The master PIC ignores commands 0xc0-0xc7. This change just makes the slave
PIC ignore these same commands. It does not implement the commands.
2001-11-19 14:42:25 +00:00
Bryce Denney
e5a992a796
- master PIC ignores commands 0xc0-0xc7. This change just makes the slave
...
PIC ignore these same commands. It does not implement the commands.
2001-11-19 14:41:03 +00:00
Bryce Denney
a17559cd15
- add pic fix patch from Jonathan Hunt <jhuntnz@users.sourceforge.net>
2001-11-19 14:38:48 +00:00
Bryce Denney
1e6aecc86a
- add example line in bochsrc that will use Christophe Bothamy LGPL vga bios.
...
It is commented out so that it doesn't conflict with the Elpin bios line.
2001-11-19 14:36:26 +00:00
Bryce Denney
77cdb18620
- add LGPL bios by Christophe Bothamy <cbbochs@free.fr>. When new versions
...
are released, I will remove VGABIOS-cbothamy-0.2a and add a file with
the other version number. I decided not to use the "-latest" naming
scheme because there is no synchronization between bochs releases and
LGPL VGA BIOS releases. Anything that's called "latest" is bound to
go obsolete eventually.
2001-11-19 14:35:05 +00:00
Bryce Denney
90320590ad
- oops I forgot --with-amigaos.
2001-11-19 04:17:47 +00:00
Bryce Denney
c37e0c9ba2
- hacked this patch a bit. I've been mostly testing the new code by
...
booting nonbootable and nonreadable floppy disks.
2001-11-18 16:56:52 +00:00
Bryce Denney
fad446ef63
- fix bug I created in rev 1.15 which caused all boot problems to be
...
reported as "not a bootable disk" even if it was "not a readable disk".
2001-11-18 16:40:26 +00:00
Bryce Denney
976e0b67d9
- clarify panic message. It panics if HLT is executed from segment 0xf000,
...
in other words from ROM BIOS code.
2001-11-18 16:32:40 +00:00
Volker Ruppert
0e87d7cfdc
- the patch is checked in, but PCI is still incomplete
2001-11-18 13:34:42 +00:00
Bryce Denney
5dffdf207b
- add patch from Cliff Hones. he says it doesn't quite work, but I asked
...
for it anyway.
2001-11-18 06:31:56 +00:00
Bryce Denney
c169128cc7
- remove note about snapshots working again, that I wrote in june
2001-11-18 05:13:03 +00:00
Bryce Denney
430f3d40a2
- remove link to development snapshot from october 10
2001-11-18 05:12:11 +00:00
Bryce Denney
70c4ab2a2a
- somehow we had "Details" twice for 1.2.1
2001-11-18 05:11:11 +00:00
Bryce Denney
0093a7ae17
- touch up stuff
2001-11-18 05:09:18 +00:00
Bryce Denney
c5df95c4c1
- mention 1.3, but there is no changelog yet
2001-11-18 05:07:39 +00:00
Bryce Denney
591c448281
- add feature list for 1.3.pre1
2001-11-18 05:06:09 +00:00
Bryce Denney
23523ea2f5
- update for 1.3.pre1
2001-11-18 05:04:20 +00:00
Bryce Denney
9a1b5945b0
- fix up links to documentation
2001-11-18 05:03:23 +00:00
Bryce Denney
9bbaa1e776
- fix description of source packages
2001-11-18 04:56:18 +00:00
Bryce Denney
dcc474c46e
- mention that debugger works in win32 now
2001-11-18 04:47:32 +00:00
Bryce Denney
e8c373fde9
- add links for 1.3.pre1
2001-11-18 04:42:56 +00:00
Bryce Denney
dd1b64b5cb
- don't make all on install_win32 target, since the makefile is built for
...
nmake and the install_win32 target is intended for cygwin.
- work around some bug with unix2dos that doesn't let it read from
absolute path (?)
2001-11-18 02:32:59 +00:00
Bryce Denney
32d888e7e6
- update for 1.3.pre1
2001-11-18 01:44:39 +00:00
Bryce Denney
9641c92e84
- remove Bryce's link, since SMP is all integrated now
...
- add link to Christophe Bothamy's free VGA BIOS site
2001-11-18 01:06:53 +00:00
Bryce Denney
8a00171179
- checked in cmpxchg8b patch from Michael Hohmuth <hohmuth@innocent.com>
2001-11-17 22:22:03 +00:00
Bryce Denney
75f5d636ca
- use chmod and be sure that the vga.pcf font is installed so that it
...
is readable by all
2001-11-17 22:13:38 +00:00
Bryce Denney
33da4882f2
- clean up compile section and add subsections with platform specific hints
2001-11-17 22:04:33 +00:00
Bryce Denney
9111c33167
- add amigaos configure shortcut script
2001-11-17 21:36:58 +00:00
Volker Ruppert
6333bcd2a4
- changed some panics to errors, register behaviour and messages fixed
2001-11-17 18:10:54 +00:00