This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Very interesting operating system you have there! I downloaded the source code but how do I compile it? Currently im on my phone haha but i do have a linux and a windows machine at my hand. But the pbuild.xml ehh that is some sort of makefile i guess?
Very nice OS. I tested it on my 3 test machines and in Virtual Box.
Hydrogen (AMD Athlon 1250 MHz, some NVidia chipset):
It boots up and loads the GUI. The text scrolls too fast to be able to see if everything is successfull. The mouse doesn't work so I couldn't test any further. If you need more info about the hardware I can gather and provide it.
Helium (Compaq Presario 5838):
Everything works perfectly. Only one small thing I found: shutdown -> halt doesn't work (my implementation doesn't work either using the method from the wiki).
Lithium (IBM ThinkPad A20m):
Halts after writing "Detected VESA 2.0 compatible graphics card." Also writes "pata: pata_port_wait(): Error! (status=51)" right after "Loading module: partitions".
Has a ATI Rage P/M Mobility AGP 2x graphics card.
VirtualBox:
- CPU indicator doesn't seem to work under virtual box.
- It seems that the time is going too fast. It quickly gets ahead the time displayed by Windows.
Generel:
Clicking the desktop background doesn't hide the start menu. Might not be a bug but by design.
1. Open start menu
2. Click on desktop
Expected result: that the start menu is hidden
Actual result: nothing happens.
Overall very impressive. I be glad to test more when you need it.
Some things I picked up in the single test round through VirtualPC:
- Can't properly detect CPU speed (It reads 63 MHz, The host CPU is an Athlon64 3500+)
- Typing exit into the terminal doesn't close the window
- When clicking shutdown->halt, VirtualPC reports a crash (error code 192) and wants to reboot rather than close. The screen still displays the desktop and shutdown window, with the halt button in the down state.
I'll try to test on some real hardware later this weekend, to see if there are some hardware-specific issues.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Well, what can I say! I am truly jealous, and inspired by your operating system!
I tested your operating system with QEMU. Qemu uses a "Cirrus Logic GD5446 PCI VGA" which makes it hang when detecting the graphics card. Setting it to a standard (VESA VBE?) works a charm.
While still a young project (a year old?), Its very impressive. While not yet a complete operating system its certainly a good start. Keep up the good work!
Code aside, the only improvement I can really ask for is more documentation. I did have a poke around the source directory, (and IRC client?!?) but it didnt give a full picture of your project. Perhaps it be a good idea to invest a day or two into a simple website? A small roadmap? Project Goals?