What does your OS look like? (Screen Shots..)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
spix
Member
Member
Posts: 128
Joined: Mon Jun 26, 2006 8:41 am
Location: Millicent, South Australia
Contact:

Post by spix »

I think it looks cool, at least Smile
That does look cool.. how do you get so many different blues? is that in graphics mode or something?

Andrew
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Post by Daedalus »

Here is a few different stages of my work...

First, the boot from DOS ...
Image

Next the booted screen ...
Image

Finally, the system topography program ...
Image

Ignore the OS uptime reading ... one of the reasons I restarted was that time functions weren't working properly...

I don't have any pictures of VGA mode, because that was very early in my works, when everything was coded into the kernel instead of being processes.
All it let you do though was move the mouse around and draw by holding down the mouse button :P
Last edited by Daedalus on Sun Apr 08, 2007 9:01 pm, edited 1 time in total.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

spix wrote:
I think it looks cool, at least Smile
That does look cool.. how do you get so many different blues? is that in graphics mode or something?
Andrew
In text mode you can reprogram the palette so you can have 16 shades of blue, if you want.
This uses about 8 shade of green (not very noticable in this image)in text mode.
http://www.dex4u.com/editor.htm
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Post by carbonBased »

Dex wrote:
spix wrote:
I think it looks cool, at least Smile
That does look cool.. how do you get so many different blues? is that in graphics mode or something?
Andrew
In text mode you can reprogram the palette so you can have 16 shades of blue, if you want.
This uses about 8 shade of green (not very noticable in this image)in text mode.
http://www.dex4u.com/editor.htm
Yep, that's exactly what I did. I actually change the palette based on a sine wave, so that the colours fade in and out from blues, to reds and greens, and so on.

--Jeff
User avatar
omin0us
Member
Member
Posts: 49
Joined: Tue Oct 17, 2006 6:53 pm
Location: Los Angeles, CA
Contact:

Post by omin0us »

carbonBased wrote:
Dex wrote:
spix wrote: That does look cool.. how do you get so many different blues? is that in graphics mode or something?
Andrew
In text mode you can reprogram the palette so you can have 16 shades of blue, if you want.
This uses about 8 shade of green (not very noticable in this image)in text mode.
http://www.dex4u.com/editor.htm
Yep, that's exactly what I did. I actually change the palette based on a sine wave, so that the colours fade in and out from blues, to reds and greens, and so on.

--Jeff
Wow, thats clever. do you have a floppy or hard drive image you could send? i'd like to see that in action. :]
http://ominos.sourceforge.net - my kernel
#ominos @ irc.freenode.net
http://dtors.ath.cx - my blog
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

You can have full movies code as ASCII
http://onyx.chattanoogastate.edu/~jack/matrix/
Last edited by Dex on Mon Oct 30, 2006 7:53 pm, edited 1 time in total.
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Post by carbonBased »

omin0us wrote: Wow, thats clever. do you have a floppy or hard drive image you could send? i'd like to see that in action. :]
Yep, if you download the tar.gz from here:
http://www.neuraldk.org/product-NDK

There's a vmware directory in there which contains a floppy.img which should be useable in vmware, qemu, or bochs.

The animation could use some tweaking when it comes to what characters are used for pixels, but that's fairly trivial to do... I just haven't fully gotten around it it.

Cheers,
--Jeff
User avatar
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

Post by milyges »

This is a latest screenshot form Idylla OS (full working VFS driver, FAT driver and floppy driver).

Image
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

So.. What does your OS look like? :wink:

It's been awhile since anyone posted in here..

Does anyone have any interesting screenshots?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

:D - Well, THIS is expected at PortixOS 0.5 or 0.6:

[URL=http://www.imghosting.eu/view.php?img=DSC00011.JPG]
Image[/URL]

Pure (un)real mode :twisted: and all this are working ! (textboxes, radio buttons, buttons, etc). Now to incorporate it to PortixOS :lol: - it's too big, i better remove the unnecessary functions. But hey - this is expected only at future versions :)

It is not a fake, by the way ;)

inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
mystran
Member
Member
Posts: 670
Joined: Thu Mar 08, 2007 11:08 am

Post by mystran »

Last build:
Attachments
voix-2007-04-08.png
voix-2007-04-08.png (8.42 KiB) Viewed 22987 times
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
User avatar
mystran
Member
Member
Posts: 670
Joined: Thu Mar 08, 2007 11:08 am

Post by mystran »

inflater wrote: It is not a fake, by the way ;)
Can we have the floppy image? ;)
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
cg123
Member
Member
Posts: 41
Joined: Wed Sep 27, 2006 2:34 pm

Post by cg123 »

Image

All it has so far is stack-based multitasking and a printf implementation.

A massive improvement over the first seven or eight versions. :P
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Post by Daedalus »

Well my project has actually progressed backwards since my post.

A lot of the features weren't working very well (timers especially), so I decided to rewrite the OS.

It's taking me quite some time, and hasn't really gotten anywhere yet.
Though I did fix the image links!
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

This thread should be a sticky we can constantly add to.
My OS is Perception.
Post Reply