Hi,
AUsername wrote:Failed to load the Purity GUI in boch using floppy
Failed to load the Purity GUI in VPC using floppy
My mistake - I didn't build the floppy image correctly.
I simply forgot to test even though I have just adeed exactly that to my release procedure check list. I will fix it ASAP.
AUsername wrote:
Works but is VERY slow in VPC using CD.
I think there's something wrong with your CD driver because it took much, much longer to load things using the CD under VPC than floppies.
When booting from floppy everything is loaded from a RAM disk. This explains the difference in speed. But you are also right that my CD driver is far from fast. Optimizing the entire handling of block devices and files is on my list of stuff to do. But it is prioritized very low.
AUsername wrote:
The GUI is very slow after it has loaded too.
It keeps jumping from 1-60 FPS constantly.
Weird - it is quite stable around 65 FPS when I test in Virtual PC 2007 on my machine. But give it a test in QEMU - it is significantly faster. Remember to use '-vga std' to enable BGA and colors in my GUI.
AUsername wrote:
Failed to load USB keyboards and USB mice on real hardware.
Using --force-mouse, --force-keyboard causes the system to lock up after it loads.
The PS/2 driver is not yet very robust. Try using the kernel parameter '--loglevel=2". This will write the PS/2 drivers log messages to the serial port which introduces some delays. This makes it work on at least 3 real systems where the PS/2 driver wouldn't work otherwise. Fixing this issue is planned for release 0.2.3.
Tommy wrote:I have tested v0.2.2 on a Acer Aspire 9300 (2GB memory, AMD Turion 64 x2, 80GB HDD, NVidia GeForce Go 6100):
And I obtain an error message:
Code: Select all
internal kernel error in src/kernel/pci/pci.c at line 130:
failed expression: 'false'
You have a PCI card with a CardBus bridge header. Since I haven't tested this I just have an 'assert(false)'. I will fix this ASAP.
Tommy wrote:EDIT: tested also on my old computer (256MB memory, Pentium III 900MHz, 40GB HDD1, 6GB HDD2, NVidia GeForce FX 5200)
It boot fines, but the keyboard doesn't work.
Yeah, the PS/2 driver is not yet very robust. Fixing this is scheduled for version 0.2.3. You could try the kernel parameter '--loglevel=2'. It has worked for others.
Thanks a lot to both of you for testing. It has provided me with valuable information.
clange