TQOS v0.17

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
User avatar
t6q4
Member
Member
Posts: 25
Joined: Thu Feb 14, 2008 3:56 pm

TQOS v0.17

Post 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.)
Last edited by t6q4 on Sun Aug 02, 2009 11:15 am, edited 2 times in total.
User avatar
t6q4
Member
Member
Posts: 25
Joined: Thu Feb 14, 2008 3:56 pm

Post 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
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Post by xyzzy »

Looks cool, couldn't find any bugs with it. Good work :)
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post 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 :)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
t6q4
Member
Member
Posts: 25
Joined: Thu Feb 14, 2008 3:56 pm

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