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
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

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

Post by piranha »

Karlosoft wrote:First, color could be a Spanish word
Second, even if it is written in English, color is an accepted spelling coming from American English
I think he was joking.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Gaidheal
Member
Member
Posts: 51
Joined: Mon Oct 04, 2010 6:23 pm

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

Post by Gaidheal »

I'm sure it was Spanish, but were it English it would have the 'u' in it; not my fault yanks can't spell. ;¬)
piranha wrote:I think he was joking.
What gave it away?
Gaidheal wrote:<snip>
Just kidding! ;¬)
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

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

Post by piranha »

Gaidheal wrote: What gave it away?
Gaidheal wrote:<snip>
Just kidding! ;¬)
I only mention it because Karlosoft seemed to take it seriously...

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Gaidheal
Member
Member
Posts: 51
Joined: Mon Oct 04, 2010 6:23 pm

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

Post by Gaidheal »

I know, wasn't poking fun at you. Anyway, nice work on the screenshots, ppl.
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

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

Post by xvedejas »

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.
我知道怎么写一点儿中文;我学了三年了.

Sé hablar un poquito de español también. Desafortunadamente con frecuencia cometo errores al hablar.
arjo129
Posts: 21
Joined: Mon May 03, 2010 10:19 pm
Location: Asia, Planet Earth, Solar system, Milky way

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

Post by arjo129 »

Yo sé hablar español tambien。
我也会说中文。
I can also speak english, bengali and understand hindi mostly.
Zephirum OS- Super secure http://code.google.com/p/zephirum-server/
Number of blue screens of death I have seen: 19
Number of apple OS X kernel panics I have seen: 2
Number of linux kernel panics I have seen: 0
chibicitiberiu
Member
Member
Posts: 68
Joined: Thu May 28, 2009 11:46 pm

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

Post by chibicitiberiu »

Haven't posted in a while, a lot happened since the last screen:
help&input.png
Redesigned console, looks much better, doesn't it?
All with the help of a weird looking cprintf function. For example, to show in colors you do:
cprintf ("Text blablabla %d <- integer %#0A red text ", integer);
The %#0A specifies the back/fore color.
The input is much more advanced than MS-DOS for example, it supports holding CTRL to skip/delete whole words, also insert/overwrite modes. A help system implemented for the shell (still inside kernel, but coming soon is support for single tasking)
memory.png
Has a GPS system incorporated, it even knows where you are :lol:
Also has virtual memory and physical memory managers.
floppy.png
Floppy driver, no need to explain. Still, I'd need some testing for it, I know it works for 1.44 3.5" disks, but don't know about low density or the 2.88 disks if they work. Other types of floppies are not supported.
Fat driver(s) also coming soon.
Tibi,
Currently working on the Lux Operating System
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

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

Post by xvedejas »

Image

Modified new logo, threading in action. What you can't see is our work on a bytecode compiler and our tag-based virtual file system :)
chibicitiberiu
Member
Member
Posts: 68
Joined: Thu May 28, 2009 11:46 pm

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

Post by chibicitiberiu »

berkus wrote:Like your idea for highlighting nonprintable codes!
In fact it's fading a little the zeros, it's kind of easier to see. Another good thing would be a bigger space between first 8 and last 8 bytes, but i'm too lazy for that. I'm working on the VFS right now...
Tibi,
Currently working on the Lux Operating System
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

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

Post by xvedejas »

Join #valix at irc.freenode.net, we're on a lot and have tons of ideas for experimental things. I and essial (Tim) are the primary developers.
Ferrarius
Member
Member
Posts: 69
Joined: Sun Oct 28, 2007 4:10 pm

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

Post by Ferrarius »

After a long while, it seems to be going somewhere, having some code for paging. There's still a long way to go, but I guess that's true for most of the people here :P.

The idea is to make a modular kernel, I'm going for the x86 as I only have x86 based PC's. The short term goals are to get a basic heap/paging system ready, implement a floppy reading driver (it boots from a floppy) with FAT support. And be able to load drivers. Long term goals are to also implement multicore support (I have a Pent D and a C2Q to test it on), and be able of course to run actual applications.
Attachments
OS.png
OS.png (6.56 KiB) Viewed 5565 times
Modular Interface Kernel With a lot of bugs ;)
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

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

Post by xyzzy »

Latest screenshot of my OS, Kiwi, running bash, gcc and a few other things in a terminal app on its in-progress GUI:

Image
TylerH
Member
Member
Posts: 285
Joined: Tue Apr 13, 2010 8:00 pm
Contact:

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

Post by TylerH »

: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:
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

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

Post by gerryg400 »

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:
I agree ! And I'm jealous.
If a trainstation is where trains stop, what is a workstation ?
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

gerryg400 wrote:
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:
I agree ! And I'm jealous.
I agree with both of you... I really need to get back to coding for Pedigree... We will not be defeated (or I hope so).
Post Reply