Page 10 of 262

Posted: Thu Apr 03, 2008 7:10 am
by AJ
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

Posted: Fri May 16, 2008 9:37 am
by molux
Hello,

I'm new on this board so i present my projet (start in 2005) on my spend time so it's not so evolved.

Image
Image
Image
Image
Image
Image
Image
Image

Have nice day

Molux

Posted: Fri May 16, 2008 12:01 pm
by jal
molux wrote:I'm new on this board so i present my projet (start in 2005) on my spend time so it's not so evolved.
Well, it looks more evolved than many projects here, congrats and welcome to the board.


JAL

P.S. Normally I would suggest you improve on your English as well, but that would cost even more spare time, so you'd better just keep on coding :)).

Posted: Fri May 16, 2008 7:20 pm
by molux
Hy,

Thanks Jal, i see your CBoot/Caracal projet looks very nice, you have made a good "titan" job.
(thousand excuses for my bad english)

Molux

Posted: Sat May 17, 2008 3:41 am
by milyges
Hi!.
In free time I'm rewriting my OS. Current screenshot:
Image

Devices manager won't start because fork() function is unimplemented.

Sorry for my English.
Greetings.

PS.: Yes, init messages are Gentoo inspired.

Posted: Sun May 18, 2008 5:51 am
by lukem95
looks good milyges.

are your drivers dynamically linked? (im jealous of anyone that has this btw, im desperate to get mine going, as im reluctant to write any drivers until i can load them in a nice way :))

Posted: Sun May 18, 2008 6:11 am
by milyges
lukem95 wrote:looks good milyges.

are your drivers dynamically linked? (im jealous of anyone that has this btw, im desperate to get mine going, as im reluctant to write any drivers until i can load them in a nice way :))
Yes. Drivers are compiled to relocatable files with dome extra symbols and dynamically linked to the kernel when module is loading.

Sorry for my English.
Greetings.

Posted: Sun May 18, 2008 6:34 am
by molux
Nice job lukem !

I think you live in my country, (spécial dédicasse)
Greate ! french OS developpement is not dead...

Good job sir !

Molux

Posted: Sun May 18, 2008 11:20 am
by lukem95
cool, im working on the dynamic section part of my ELF driver as we speak (and revising for GCSE's)

Posted: Mon May 19, 2008 7:35 am
by thepowersgang
Attached is a screen shot of one of my OS's Acess Basic.
It's a cut down, single process, non-paging OS used for testing the VFS and drivers.

And, I did spell Acess right.

Posted: Mon May 19, 2008 1:10 pm
by jal
molux wrote:Thanks Jal, i see your CBoot/Caracal projet looks very nice, you have made a good "titan" job.
You must be mistaken, my project isn't featured here yet. Unfortunately, I have probably even less spare time than you :(.
(thousand excuses for my bad english)
Pas de problem. C'est meuilleur de ma français :).


JAL

Posted: Mon May 19, 2008 1:46 pm
by JamesM
jal wrote:
molux wrote:Thanks Jal, i see your CBoot/Caracal projet looks very nice, you have made a good "titan" job.
You must be mistaken, my project isn't featured here yet. Unfortunately, I have probably even less spare time than you :(.
(thousand excuses for my bad english)
Pas de problem. C'est meuilleur de ma français :).


JAL
AJ's project is CBoot/Caracal.

Posted: Mon May 19, 2008 4:20 pm
by AJ
Yup - but thanks for saying it looks OK. My lack of time means that development is slooooow. Caracal is my kernel and CBoot my boot loader. As I will never have time for a decent OS, I hope that one day I will at least be able to contribute something with CBoot.

Cheers,
Adam

Posted: Tue May 20, 2008 3:34 am
by molux
Hello Sirs,

So sorry for my mistake about CBoot/Caracal owner, i think i "click" on the bad "profil signature".

I'm so happy to find this forum, i'm feeling not alone now and the amount of documentations is so greate, big thanks to the administors and users...

Molux

Posted: Tue May 27, 2008 2:05 pm
by jinksys
My "kernel" is still in its infancy but it's moving along nicely.
Just completed my text video driver which supports a pretty robust kprintf.
It can even print pigs. :-P