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
babylon2233
Member
Member
Posts: 66
Joined: Fri May 23, 2008 5:30 pm
Location: Malaysia

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

Post by babylon2233 »

Give us a try..It is awesome...
Mr.Confuzed
Posts: 20
Joined: Fri Nov 24, 2006 10:55 pm
Location: C eh, N eh, D eh

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

Post by Mr.Confuzed »

I'm just wondering what your OS is called.
*WARNING* -- Automatic logout enabled. Save drafts frequently or risk data loss! -- *WARNING*
User avatar
suthers
Member
Member
Posts: 672
Joined: Tue Feb 20, 2007 3:00 pm
Location: London UK
Contact:

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

Post by suthers »

Have you been working on it on your own or do you have a team?
Jules
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

Mr.Confuzed wrote:I'm just wondering what your OS is called.
It's called giszOS.
suthers wrote:Have you been working on it on your own or do you have a team?
I'm working on it alone, i've no team :)
zerosum
Member
Member
Posts: 63
Joined: Wed Apr 09, 2008 6:57 pm

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

Post by zerosum »

Hmm.

Looks like you've got a nice GUI going on there, c0x.

On an unrelated topic, I think I may have once been acquainted with you in the past. Either that or you're using the nym of someone with whom I was once acquainted. Unfortunately, I cannot recall offhand what nym I used to go by back in those days with certainty since I've used so many, but I think it may have been 'rhesus.' If you are who I think you are, you would no doubt remember 'monachus' and 'rubbercow'?

Regardless, as I said, it looks like you've got a nice GUI going on there. If your internals are anything like the aesthetics of your GUI, you're doing very well indeed :-)

Cheers,
Lee
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

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

Post by lukem95 »

very nice c0x, i like the look of your GUI, it's very easy to look at and i'm sure it would be a pleasure working with.

a quick question: how do your tabs work, when implementing mine i plan to have a seperate buffer for each window, but i was interested in how you handle it?

and also, what other features does your OS have? and do you have a website :)

~Lukem
~ Lukem95 [ Cake ]
Release: 0.08b
Image
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

lukem95 wrote:a quick question: how do your tabs work, when implementing mine i plan to have a seperate buffer for each window, but i was interested in how you handle it?
Do you mean the tabpanel from the texteditor?
User avatar
babylon2233
Member
Member
Posts: 66
Joined: Fri May 23, 2008 5:30 pm
Location: Malaysia

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

Post by babylon2233 »

You must be giszo right?

I've seen your gcc video. It is really nice.
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

babylon2233 wrote:You must be giszo right?
Yes. :)
babylon2233 wrote:I've seen your gcc video. It is really nice.
Thanks!
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

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

Post by lukem95 »

yeah, sorry i should've specified, although i fail to see how you could handle keyboard tabs using a buffer :)
How do you handle them?
~ Lukem95 [ Cake ]
Release: 0.08b
Image
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

lukem95 wrote:yeah, sorry i should've specified, although i fail to see how you could handle keyboard tabs using a buffer :)
How do you handle them?
Oh.. so you mean keyboard tabs in the textarea widget? Actually i don't handle tabs in a specific way just put the character to the text buffer, that's all. So i think you didn't get closer :)

Now i'm working on to rewrite my GUI stuffs (server+library) from C to C++ so i should re-think this when i get to the textarea widget again ... :)
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

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

Post by lukem95 »

no, sorry i was being sarcastic.

i did mean your tab panel on the text editor :oops:
~ Lukem95 [ Cake ]
Release: 0.08b
Image
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

lukem95 wrote:no, sorry i was being sarcastic.

i did mean your tab panel on the text editor :oops:
Okey.

I just added you to my MSN contact list. When you have a little time just accept me and we can talk there not to off here :)
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

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

Post by lukem95 »

ok, i'm at work at the moment (ARM, it's my third day), but i'll be online later on :)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
jgraef
Member
Member
Posts: 47
Joined: Wed Jan 16, 2008 7:37 am
Location: Wonsheim, Germany

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

Post by jgraef »

Hi,

Image

Nothing special because it fails to load any applications at startup. This is because I rewrote my kernel and I still need to rewrite some libraries.
The biggest feature in my new kernel is, that it has a new memory management. Especially the kernel memory allocator is now more powerful and the new kernel can use linked lists (might be nothing special for you ;) ). I also put new IPC methods in my kernel: RPC, Message Passing, Shared Memory, Semaphore. The new IPC methods except RPC are compatible to the X/Open System Interfaces Extension. I also implemented a swapping mechanism in my new kernel.

Don't worry that the initialization of the LAPIC fails, I didn't got the LAPIC timer working for the moment, so I use the PIT.
Post Reply