OSDev.org
https://forum.osdev.org/

What does your OS look like? (Screen Shots..)
https://forum.osdev.org/viewtopic.php?f=1&t=12087
Page 2 of 260

Author:  Combuster [ Wed Oct 25, 2006 6:36 am ]
Post subject: 

Right now i only wrote a kind of splash screen. Pretty pointless, but at least the i/o and timers work
Image

As for todays work: setting graphics modes without v8086
Image

[edit]I cleaned up my own screenshots page and broke some links doing that - now fixed[/edit]

Author:  inflater [ Wed Oct 25, 2006 8:32 am ]
Post subject: 

PortixOS :D ...a unfinished OS (in CLI); almost all fns are in develing (for example, time is totally wrong, it should be 16:27 (4:27 PM :D:D :lol:)
OS is in Slovak Language; my English suxx :oops:

dev'ed in Borland pascal :lol:
Image

Author:  theubu [ Wed Oct 25, 2006 11:37 am ]
Post subject: 

Here is a bit of an old one

Image

Author:  smiddy [ Wed Oct 25, 2006 3:31 pm ]
Post subject: 

Here is one of smiddyOS:
Image
Enjoy!

Author:  distantvoices [ Thu Oct 26, 2006 11:24 am ]
Post subject: 

Here is one of BlueIllusionOS - window composer working solala.

Image

Have fun.

Author:  Touch [ Thu Oct 26, 2006 11:29 am ]
Post subject: 

distant voices: Thats a really cool OS, you have.

Author:  M-Saunders [ Fri Oct 27, 2006 5:25 am ]
Post subject: 

Image

x86, 16-bit, coded in assembler. Some very basic DOS compatibility too :-)

Mike

Author:  earlz [ Fri Oct 27, 2006 9:06 pm ]
Post subject: 

heres JouleOS with consoles and stuff... don't have multitasking implemented yet(it works but isnt in the consoles yet)
also a bit of colors..(pretty huh?) lol yea pretty cheap but anyway..
Image

Author:  bontanu [ Sat Oct 28, 2006 12:17 am ]
Post subject: 

SolarOS

http://www.oby.ro/os/index.html

looks like this ;)

Image

Image

Author:  earlz [ Sat Oct 28, 2006 7:07 am ]
Post subject: 

what does "optimize on/off" do and what does "cool down" do?... it makes me curious

Author:  Brynet-Inc [ Sat Oct 28, 2006 7:58 am ]
Post subject: 

hckr83 wrote:
what does "optimize on/off" do and what does "cool down" do?... it makes me curious


It's probably a CPU specifc feature or puts the OS in an idle state or w/e

The optimize thing could have something to do with memory usage?

Author:  bontanu [ Sat Oct 28, 2006 11:00 am ]
Post subject: 

The Optimize On/Off checkbox is about "dirty lines optimization". The screen redraw will target ALL lines without it and only "dirty" lines when it is active. It is an early/naive atempt to reduce the CPU utilization if the screen is static. real dirty rectangles should be used ... but that will complicate the code too much (for now).

The TK2 and CoolDown are somehow releated to puting the CPU into idle for a while after each OS loop. Solar is a realtime OS so it has a loop and a frames per seccond.

This way unless a new IRQ or Event arrives the CPU gets cooler. This is somehow needed for laptops or overclocked CPU's. Activate it and you will hear the CPU fans slow down after a while. Sometimes it works in Virtual PC also.

It is named the "same" as TM2 (Thermal Monitoring 2) that is available in some CPU hardware ... however TK2 is an purely software solution.

"Cool down" is adaptative in a sense that it will keep the CPU at high usage for a while after some actions have been done (expecting more user or applications activity) and adds iddle only ofter a certain time of non-activity has passed.

TK2 will add iddle each time but it will exit immediately if an IRQ or Event occurs allowing fast response. Activated together they do "cool" the CPU more...

Author:  earlz [ Sat Oct 28, 2006 11:43 am ]
Post subject: 

how would you make it cool down though... like does hlt not use any cpu because I know that a for(;;){} loop does so how would you make it cool down with irqs and everything also?

Author:  bontanu [ Sat Oct 28, 2006 11:51 am ]
Post subject: 

Yes, HLT Opcode does tell the CPU that it can "take a break" and unless an IRQ does come (for a task switch or for an hardware device ISR) --> then the CPU will cool down ...
Besides modern CPU's do have "speed steep" and other thermal monitoring and power management commands that can be used to cool down the CPU while in idle state...

But I guess this thread is for screenshots ...

Author:  carbonBased [ Sat Oct 28, 2006 2:54 pm ]
Post subject: 

Here's a bootup shot of an early version of ndk. It's got an ascii art plasma animation running in a separate thread while the bootup process continues in the main thread.

Image

I think it looks cool, at least :)

--Jeff

Page 2 of 260 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/