You are not logged in.
Do you have 32mb of RAM in you bochsrc file?
I do some "debugging" by allocation and freeing memory, and it assumes that
the machine has atleast 32mb.
/ Christoffer
Offline
Bochs 2.2 with megs: 32:
BOS shell. Type "help" for more info. BOS kernel>memtest Performing memory test. (debugging allocs assume 32mb RAM) Total installed memory (in bytes): 0x02000000 Memory chunks: Address Size Type Previous Next ------------------------------------------------------- 0x00000000 0x01100000 Used None None 0x01100000 0x00E00000 Free 0x00000000 0x01F10000 0x01F00000 0x00010000 Used None None
This looks ok...using megs: 16:
BOS shell. Type "help" for more info. BOS kernel>memtest Performing memory test. (debugging allocs assume 32mb RAM) Total installed memory (in bytes): 0x01000000 Memory chunks: Address Size Type Previous Next ------------------------------------------------------- 0x00000000 0x00100000 Used None None 0x00100000 0x00E00000 Free 0x00000000 0x00F10000 0x00F00000 0x00010000 Used None None 0x00F10000 0x000F0000 Free 0x00100000 0x00000000 <- Cursor dies here!
The cursor dies on the second memtest though displays some of the information before it croaks, but locks up bochs so that you can not grab a screen shot of it.
Interresting, I think I may have found a bug in Bochs too, as the screen capture of text doesn't do the entire screen...humm! The first one I did at 32 megs showed the first and second times running memtest, but didn't show up on the pasting...
Last edited by smiddy (2005-06-08 18:07:22)
Offline
lol...
well, my alloc resturns zero instead of a pointer if you try to allocate more
mem then whats available, unfortunate i didn't check that in my "memtest"..
so, it's no bug. i just messed it up.
Offline
Pages: 1