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
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post 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
molux
Posts: 15
Joined: Fri May 16, 2008 8:36 am

Post 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
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Post 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 :)).
molux
Posts: 15
Joined: Fri May 16, 2008 8:36 am

Post 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
User avatar
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

Post 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.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post 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 :))
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

Post 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.
molux
Posts: 15
Joined: Fri May 16, 2008 8:36 am

Post 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
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

cool, im working on the dynamic section part of my ELF driver as we speak (and revising for GCSE's)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Post 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.
Attachments
Acess Basic Screenshot
Acess Basic Screenshot
screenShot1.PNG (19.59 KiB) Viewed 7921 times
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Post 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
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post 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.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post 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
molux
Posts: 15
Joined: Fri May 16, 2008 8:36 am

Post 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
User avatar
jinksys
Posts: 20
Joined: Tue May 20, 2008 4:52 pm
Location: St Louis, Missouri, USA

Post 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
Attachments
oink.png
oink.png (1.94 KiB) Viewed 7796 times
Post Reply