New DexOS release

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Fantastic news! My OS is doing things in a very different way, but always interesting to see how someone else does things.

Cheers,
Adam
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Thanks everyone for your kind words, i have released the source as promised.
You need to down load "DexSource.zip" from here:
http://www.dex4u.com/download.htm

Please do not remark on bad spelling or no comments, as that is just a by produced of my work.
If you improve some part of it let me know, so i may add it to the main code.
Regards Dex
z180
Member
Member
Posts: 32
Joined: Tue Mar 04, 2008 12:32 pm

Post by z180 »

Hi Dex!
An alternative stable 16 bit OS in assembler with a small GUI is not commonly
found.Thanks for going opensource.Could this be programmed with
compiler language bindings?
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

z180 wrote:Hi Dex!
An alternative stable 16 bit OS in assembler with a small GUI is not commonly
found.Thanks for going opensource.Could this be programmed with
compiler language bindings?
Thanks z180,
But DexOS is 32bit pmode OS, and yes it could, if someone took on the job.
Regards Dex.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

nice. very stable CLI. I didnt mess with the gui stuff too much, I will later. worked fine in VPC2007
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Thanks for the info 01000101, as i do not have that emulator to test it in.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

k, finally got around to messing with the OS a bit more and all I have to say is 'wow'. the vesa screensaver program was awesome. also, the media player worked just fine and the reboot worked fine as well, no issues.

although, is settings not supposed to work at the moment, same with networking? they had no response when selected.

but yea, all in all, everything was very stable in VPC
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Thanks 01000101, the setting and network do nothing at the moment, as when this was written i did not have a tcp/ip stack.
Most people wanted a more desktop like GUI, so dev stopped on that "gui.dex"and i started work on the "win.dex" which is also not finished ( only about 10% done).
If you go to the command line from the menu and type win <enter> you can test it, if you have not so far.

I will be releasing the tcp/ip stack with some ethernet drivers over the coming days, this will include Automated dhcp client, a simple web server, a VNC program etc.
plus later a web browser, these may be of interest to you.
Regards Dex.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

yea, they deff are interest to me. very cool.
good luck.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

VESAGUI.GEX... that is really awesome Dex. Did you/one of your coders write that algo yourself?

im in awe :)

EDIT: gui seemed to work very nicely, the start menu wouldn't work when i had the media player app open though.

EDIT 2: sorry, my testbed was also VPC, forgot to say
~ Lukem95 [ Cake ]
Release: 0.08b
Image
Korona
Member
Member
Posts: 1000
Joined: Thu May 17, 2007 1:27 pm
Contact:

Post by Korona »

Vesa and CPUID don't work inside Vmware.
Works fine in Qemu.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Thank Korona and lukem95, for testing.

@lukem95, if you mean the screensaver, no i did not code the main 3d part, i converted it to run on DexOS, this Co made it
http://www.crown-s-soft.com/screensaver.htm

Also the start menu is suppose to NOT start, if you have a program running, this is because its a single tasking OS, if the start menu open you would not be able to run more program, or it would need to be multi-tasking.
You could listen to a cd by playing it closing the program (with it still playing) than start another program.
But the media player is not finished, and the same with the rest of the GUI :( .
Its funny, but coders are not used to seeing a GUI in a single-tasking OS ;) .

Thanks again for testing.

PS: I am just adding the finishing touches to the tcp/ip stack plus http server, i will release it maybe later today, but you will need a RTL8339 ethernet card, test it.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

yayyy... 8)
can't wait to check that out.

not too many networking code snippets being tossed around lately.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

I'll definitely be looking into the TCP/IP stack - once I can get my stupid NE2k driver to receive packets :D.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

i realised about the whole single tasking thing about 10 minutes after i posted that, but i was offline and couldnt rectify it. oh well, we all have to look stupid sometimes.

anyway, thanks to the link, im going to check that out :)

and it really is a nice OS dex ;)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
Post Reply