OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 23, 2024 11:54 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 59, 60, 61, 62, 63, 64, 65 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Nov 12, 2010 1:27 am 
Offline
Member
Member

Joined: Wed Jul 25, 2007 8:45 am
Posts: 391
Location: London, UK
TylerAnon wrote:
:shock: Wow... I hate to be one of those people who sees a kick @$$ GUI and automatically assumes the rest is just as awesome, but that has to be one of the coolest things I've ever seen from anything not *nix or Windows. =D> And wtf dude, you've done all that since mid '09?! :shock:


Not all of it, there's a fair bit of stuff based on my previous OS in there! But thanks :)

_________________
http://alex-smith.me.uk


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Nov 20, 2010 4:56 pm 
Offline
Member
Member
User avatar

Joined: Fri Nov 03, 2006 1:48 pm
Posts: 40
Location: Poland
Image

GCC Almost working on my OS :)
This version is rewritten from scratch, source codes and disk image soon :)

Greetings

//EDIT: And fully working
Image

\o/

_________________
IdyllaOS


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Nov 23, 2010 9:03 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
Much time has passed since MenuetOS32 development stopped and KolibriOS started its own way. I think that many English speaking users had lost link with it. You say why, if there is forum, wiki, SVN and many other resources? I think it's a topic for another conversation.

KolibriOS not just mine OS, but being member of KoliriOS team I think I can post some latest screen shots here to refresh your undersdanding of the current progress.

Recently Serge realized a new version of FPlay - video player.
Attachment:
File comment: Video clip on "Laisla Bonita" song by Alizee
17_1.JPG
17_1.JPG [ 46.66 KiB | Viewed 7371 times ]

Attachment:
File comment: A heavy load. :) None of the video hangs.
15.JPG
15.JPG [ 103.39 KiB | Viewed 7371 times ]


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Nov 23, 2010 9:12 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
KolibriOS for multimedia
Attachment:
a1.jpg
a1.jpg [ 116.54 KiB | Viewed 7368 times ]


KolibriOS for games
Attachment:
a22.JPG
a22.JPG [ 104.21 KiB | Viewed 7368 times ]


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Nov 23, 2010 9:17 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
KolibriOS image viewers
Attachment:
kivs1.JPG
kivs1.JPG [ 114.32 KiB | Viewed 7365 times ]


As to me ZSea is the best image viewer in the hobbyist OSes and I use it also under Windows with KlbrrInWin emulator.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Nov 23, 2010 9:20 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
There are a lot of other interesting things in KolibriOS. We always glad to see you on the KolibriOS forum. :)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Nov 24, 2010 6:48 pm 
Offline
Member
Member

Joined: Sat Sep 08, 2007 11:26 pm
Posts: 143
Location: Canada
Really don't think they needed to triple post [-X


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Nov 25, 2010 12:36 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
berkus
Thanks. :)

OrOS
Quote:
Cannot add another attachment, 3 is the maximum.

So where it is said that I have no permission to do triple post.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Nov 27, 2010 11:34 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 3:03 am
Posts: 1029
Location: Hobart, Australia
There's no rule that forbids it, as such. It's just a general forum etiquette thing, not to post multiple times in a row without good reason. You seem to have provided a fairly good reason though.

I have to say, everybody's operating systems are looking mighty fine these days!

_________________
My Personal Blog | My Software Company - Loop Foundry | My Github Page


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Nov 28, 2010 2:16 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
JackScott wrote:
There's no rule that forbids it, as such. It's just a general forum etiquette thing, not to post multiple times in a row without good reason. You seem to have provided a fairly good reason though.

I agree, being a screenshot thread.. multiple posts with many screenshots is hardly bad etiquette

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Dec 03, 2010 1:29 pm 
Offline

Joined: Thu Mar 18, 2010 5:14 pm
Posts: 8
ArcaneOS:
Image

It's a protected mode kernel with paging and all the usual stuff. Among other things, it has:
- A working VESA interface
- The ability to run code in real mode and allocate low memory
- Pool based memory manager for kernel memory (the kernel tends to allocate many objects of the same size, so it seemed a good idea)
- A device and driver manager. Drivers register themselves with the driver manager, then the kernel/drivers add devices to the device manager. The device and driver manager work together to find suitable drivers for each device added.
- Standard interfaces for certain types of driver
- A virtual file system (including mount points for a device folder, using the device manager, and the initrd)
- A floppy disk driver


Attachments:
arcane.PNG
arcane.PNG [ 21.01 KiB | Viewed 6688 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Dec 06, 2010 9:04 am 
Offline

Joined: Thu Oct 07, 2010 8:23 pm
Posts: 23
HI, Asper!

I tried KolibriOS one year ago while was choosing between ASM and higher level languages.
I tested it in Hyper-V and worked without any problem. I encourage you to keep working on that project and keep adding to it more aplications.

Good luck!


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Dec 08, 2010 10:24 am 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
lemonyii wrote:
ohhh, language is interesting...
colour shoud be colorful, so it would have a lot of "colour".
and......is that spanish? so how many languages are speaking here in the forum? i speak Chinese.

i speak polish


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Dec 08, 2010 3:44 pm 
Offline

Joined: Mon Nov 01, 2010 5:46 pm
Posts: 22
Location: Ballarat, Victoria, Australia
From whoa to go in 3 weeks ;)

Image

_________________
Visit me at Retsim Industries
or my Media OS project


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Dec 09, 2010 10:32 am 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
iLewis wrote:
From whoa to go in 3 weeks ;)

What is that?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 59, 60, 61, 62, 63, 64, 65 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 120 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group