OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 1:46 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 260  Next
Author Message
 Post subject:
PostPosted: Sun Oct 29, 2006 6:07 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 26, 2006 8:41 am
Posts: 128
Location: Millicent, South Australia
Quote:
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

_________________
Mort OS - Blog


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 6:45 am 
Offline
Member
Member
User avatar

Joined: Sun Oct 16, 2005 11:00 pm
Posts: 74
Location: Australia
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.

Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 10:10 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2006 12:00 am
Posts: 1444
spix wrote:
Quote:
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 2:40 pm 
Offline
Member
Member
User avatar

Joined: Sat Nov 20, 2004 12:00 am
Posts: 382
Location: Wellesley, Ontario, Canada
Dex wrote:
spix wrote:
Quote:
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 3:00 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 6:53 pm
Posts: 49
Location: Los Angeles, CA
carbonBased wrote:
Dex wrote:
spix wrote:
Quote:
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


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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 29, 2006 3:56 pm 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2006 12:00 am
Posts: 1444
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.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 30, 2006 7:41 pm 
Offline
Member
Member
User avatar

Joined: Sat Nov 20, 2004 12:00 am
Posts: 382
Location: Wellesley, Ontario, Canada
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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 04, 2006 11:31 am 
Offline
Member
Member
User avatar

Joined: Fri Nov 03, 2006 1:48 pm
Posts: 40
Location: Poland
This is a latest screenshot form Idylla OS (full working VFS driver, FAT driver and floppy driver).

Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 12:42 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
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.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 1:38 pm 
Offline
Member
Member
User avatar

Joined: Thu Sep 28, 2006 10:32 am
Posts: 1309
Location: Slovakia
: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)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 2:13 pm 
Offline
Member
Member
User avatar

Joined: Thu Mar 08, 2007 11:08 am
Posts: 670
Last build:


Attachments:
voix-2007-04-08.png
voix-2007-04-08.png [ 8.42 KiB | Viewed 21733 times ]

_________________
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 2:15 pm 
Offline
Member
Member
User avatar

Joined: Thu Mar 08, 2007 11:08 am
Posts: 670
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.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 2:20 pm 
Offline
Member
Member

Joined: Wed Sep 27, 2006 2:34 pm
Posts: 41
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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 9:02 pm 
Offline
Member
Member
User avatar

Joined: Sun Oct 16, 2005 11:00 pm
Posts: 74
Location: Australia
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!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 08, 2007 9:07 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 05, 2006 11:00 pm
Posts: 2293
Location: USA (and Australia)
This thread should be a sticky we can constantly add to.

_________________
My OS is Perception.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 77 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group