Page 11 of 262

Posted: Wed May 28, 2008 3:19 am
by lukem95
show us the pigs!

Posted: Wed May 28, 2008 3:27 am
by milyges
My new shell and some applications:

Image

Greetings.

Posted: Wed May 28, 2008 4:25 am
by AJ
Very nice! I'm jealous of the state of a lot of the OS's in this thread. Bah!

Cheers,
Adam

Posted: Wed May 28, 2008 9:10 am
by lukem95
nice job milyges :)

what format are you applications?

Posted: Wed May 28, 2008 10:47 am
by milyges
lukem95 wrote:what format are you applications?
ELF, (without shared libs yet)

Posted: Wed May 28, 2008 10:59 am
by jinksys
lukem95 wrote:show us the pigs!
For some reason my attachment disappeared.
Here it is...

Image

Posted: Wed May 28, 2008 12:30 pm
by jal
jinksys wrote:For some reason my attachment disappeared.
No it didn't. It's still there.


JAL

Posted: Wed May 28, 2008 1:01 pm
by AJ
Hi,

If you don't log in, you can't see attachments.

Cheers,
Adam

Posted: Wed May 28, 2008 1:23 pm
by jinksys
AJ wrote:Hi,

If you don't log in, you can't see attachments.

Cheers,
Adam
Gotcha. Probably why he/I couldn't see Protected Mode Pig.

Posted: Thu May 29, 2008 6:49 pm
by lukem95
ah, my bad. i usually browse the site as a guest until i feel the need to post.

quite a nice pig :)

+ my shared lib support is coming on nicely milyges, we could share tips/info if you wanted?

Posted: Sat Jun 14, 2008 5:03 am
by jocke
This was my kernel to my OS it is very simple and not so useful yet :P
It will be a user shell yet there you can run programs and whatever you want

Image

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

Posted: Thu Jun 19, 2008 11:52 am
by Zoxc
Here is my OS, now featuring simple multithreading :)

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

Posted: Fri Jun 20, 2008 11:20 am
by milyges
My os use now bash as default shell :)

Image

Image

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

Posted: Sat Jun 21, 2008 7:57 am
by lukem95
Nice work, im a bit of a sucker for ported software :oops:

My OS hasn't progressed very much looks wise, im considering going back to my GUI for a bit, I've hit a dead end for now with my driver manager :(

Re:

Posted: Sat Jun 21, 2008 3:14 pm
by jgraef
AJ wrote:Hi,

Looks like a very good start - I like how the processes seem to be acting nicely with each other for the console output. I guess it is a microkernel if you have separate PID's for the file systems? Out of interest, what message passing mechanism are you using?

Cheers,
Adam
Sorry for the late answer.

Yes, it is a microkernel and I think at this time I was using Message Passing. Now I'm using RPC.