Page 1 of 1

TQOS v0.17

Posted: Fri Feb 15, 2008 4:45 pm
by t6q4
Hi,
This is my OS. I do not have a website yet, and I plan on rewriting the source, because it has become too buggy to add new stuff. This is my last release before the rewrite, and so I've decided to post my release (still an alpha). Hope you enjoy it, and please bear in mind it is my first attempt at an os. It has a "fake" GUI, no gfx, but colorful anyway. And I left out the login and shell I was planning to include because of the bugs I mentioned.

Known Bugs: The small bug of it saying 'OS-0.16' instead of 'OS-0.17' on the desktop

Use Home to open Menu and End to close it. up and down arrow keys select different items across menu. My OS has been tested by myself on a real PC, Bochs and VirtualBox.

Download Floppy image: http://myfreefilehosting.com/f/tqos_floppy.img (Used Floppy Image in compatibility mode, so no worries about writing it using rawwrite or anything similar. Should work on a VM too.)

Posted: Tue Feb 19, 2008 2:17 pm
by t6q4
Turned link into a link. Just added a http:// in front of it. Anyone tried it out yet? What d'ya think? :P

Posted: Wed Feb 20, 2008 1:21 am
by xyzzy
Looks cool, couldn't find any bugs with it. Good work :)

Posted: Wed Feb 20, 2008 1:25 pm
by lukem95
quite a cool GUI, but there aren't many features.

if a GUI is all you are interested in, i suggest you look at the code below:

http://my.execpc.com/~geezer/osd/graphics/modes.c

if you implement the functions required you can set up a VGA mode, and start programming some real graphics, not just crappy text mode one :)

Posted: Wed Feb 20, 2008 3:00 pm
by t6q4
Thanks for the replies.

In the rewrite im working on adding more features and concentrating less on the GUI. Thanks for the link, lukem_95, but I still have to take time to decipher that code ;) I may implement a real GUI instead of a textmode one after Ive finished the main kernel, or I may as well go and make an X Window manager :P