SoS version 0.1.1

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
srg_13

SoS version 0.1.1

Post by srg_13 »

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):
Image

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

Re:SoS version 0.1.1

Post by srg_13 »

Doesn't anybody want to try it out?
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:SoS version 0.1.1

Post by distantvoices »

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. ;-)
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
bluecode

Re:SoS version 0.1.1

Post by bluecode »

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

Re:SoS version 0.1.1

Post by srg_13 »

I just wanted to know if it didn't work for anyone, so I can fix any problems at this early stage...

Thanks,

-Stephen
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:SoS version 0.1.1

Post by bubach »

worked fine for me.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:SoS version 0.1.1

Post by distantvoices »

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 :-)
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
srg_13

Re:SoS version 0.1.1

Post by srg_13 »

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
Post Reply