This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
srg_13
Post
by srg_13 » Sun Apr 30, 2006 4:58 am
I have just released SoS version 0.1.1. It's very basic, but I would greatly appreciate it if you could test it out:
Zipped image file
Here's a screenshot (click for better quality):
It has about 10 commands that you can try out, although most of them just print a couple of lines of text. It has a memory allocator, support for IRQs, Exception handling, PIT support, etc.
About
Screenshots
Downloads
Currently all commands must be typed in lower case, but I'll fix that for the next version. Also, when I tried it in Bochs, the splash screen only appeared for less than a second. It appears for 3 seconds on a real PC.
Thanks,
-Stephen
srg_13
Post
by srg_13 » Wed May 03, 2006 3:55 am
Doesn't anybody want to try it out?
distantvoices
Member
Posts: 1600 Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:
Post
by distantvoices » Wed May 03, 2006 4:37 am
No.
Ok, to be honest, I for one lack the time busy as I am with gaining my life and studying. Others may be as busy. #
Be patient. It doesn't hurt.
bluecode
Post
by bluecode » Wed May 03, 2006 5:10 am
hi,
I tried it out. It booted up normally and all commands work as expected. Or is there anything special to look for?
srg_13
Post
by srg_13 » Wed May 03, 2006 5:46 am
I just wanted to know if it didn't work for anyone, so I can fix any problems at this early stage...
Thanks,
-Stephen
bubach
Member
Posts: 1223 Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:
Post
by bubach » Wed May 03, 2006 3:23 pm
worked fine for me.
distantvoices
Member
Posts: 1600 Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:
Post
by distantvoices » Sat May 06, 2006 1:30 am
Have tested it in qemu 0.8.0 and in vmware-server.
qemu: boots up pretty fine, but doesn't react on keystrokes. Maybe you should revise your keyboard stuff?
vmware-server: boots up fine and keystrokes are reacted on. I have tried out the commands. They work. Do you expect any other culprits to show up?
you could consider implementing kinda history in your shell so one can revoke one previously entered command.
Stay safe
srg_13
Post
by srg_13 » Sat May 06, 2006 5:20 am
Thanks BI. I wanted to do the history thing a while ago, but never got around to it. I'll implement that now. That will be on the up key.
I'll also try it in QEMU and see if it doesn't respond to the keystrokes...
Thanks again,
-Stephen