-
sshwarts committed patchset 9020 of module bochs to the Bochs x86 PC emulator CVS repository, changing 7 files.
2010-01-05 13:59:08 UTC by sshwarts
-
Fixed in CVS by Sebastian.
2010-01-05 13:55:48 UTC by sshwarts
-
Applied to CVS.
2010-01-05 13:54:08 UTC by sshwarts
-
sshwarts committed patchset 9019 of module bochs to the Bochs x86 PC emulator CVS repository, changing 2 files.
2010-01-05 08:20:05 UTC by sshwarts
-
It seems the problem [1] is somehow related to x86-64 configuration. If it is enabled 'next' behaves like 'step'. Without x86-64 support it works correctly. The original bug report doesn't state whether x86-64 support was enabled, so it could be a different problem.
Any clues?
[1] http://sourceforge.net/tracker/?func=detail&aid=1803123&group_id=12580&atid=112580
- Sebastian.
2010-01-05 08:16:42 UTC by sshwarts
-
This patch adds two operators to the "expression" production. Left unary '*' (as in C) does indirection using 32-bit linear addressing. Left unary '@' (as in some other languages) does indirection using 32-bit physical addressing. The new operators have the same precedence as each other, the same as negation and not, and lower than the colon.
Any sophisticated program will use indirection...
2010-01-05 07:59:41 UTC by dpeschel
-
Item #1 is not a bug in Bochs, but a wrong docbook setup. The dsl file you are using sets the root file name to "book1" instead of "index". The setup for the output file names should look like this:
(define %root-filename% "index")
(define %html-ext% ".html")
(define %html-prefix% "")
(define %use-id-as-filename% #t)
Item #2 seems to be outdated.
2010-01-04 17:14:43 UTC by vruppert
-
vruppert committed patchset 9018 of module bochs to the Bochs x86 PC emulator CVS repository, changing 2 files.
2010-01-04 16:52:20 UTC by vruppert
-
Fixed in CVS.
2010-01-03 19:26:49 UTC by sshwarts
-
sshwarts committed patchset 9017 of module bochs to the Bochs x86 PC emulator CVS repository, changing 3 files.
2010-01-03 19:23:02 UTC by sshwarts