OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 11:55 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 260  Next
Author Message
 Post subject:
PostPosted: Thu Apr 03, 2008 7:10 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 16, 2008 9:37 am 
Offline

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


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 16, 2008 12:01 pm 
Offline
Member
Member

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


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 16, 2008 7:20 pm 
Offline

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


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 17, 2008 3:41 am 
Offline
Member
Member
User avatar

Joined: Fri Nov 03, 2006 1:48 pm
Posts: 40
Location: Poland
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.

_________________
IdyllaOS


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 18, 2008 5:51 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 18, 2008 6:11 am 
Offline
Member
Member
User avatar

Joined: Fri Nov 03, 2006 1:48 pm
Posts: 40
Location: Poland
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.

_________________
IdyllaOS


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 18, 2008 6:34 am 
Offline

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 18, 2008 11:20 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 19, 2008 7:35 am 
Offline
Member
Member
User avatar

Joined: Tue Dec 25, 2007 6:03 am
Posts: 734
Location: Perth, Western Australia
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:
File comment: Acess Basic Screenshot
screenShot1.PNG
screenShot1.PNG [ 19.59 KiB | Viewed 7173 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Mon May 19, 2008 1:10 pm 
Offline
Member
Member

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

Quote:
(thousand excuses for my bad english)


Pas de problem. C'est meuilleur de ma français :).


JAL


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 19, 2008 1:46 pm 
Offline
Member
Member
User avatar

Joined: Tue Jul 10, 2007 5:27 am
Posts: 2935
Location: York, United Kingdom
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 :(.

Quote:
(thousand excuses for my bad english)


Pas de problem. C'est meuilleur de ma français :).


JAL


AJ's project is CBoot/Caracal.

_________________
Horizon - a framework and language for SAS-OS development
Project 'Pedigree'
Practical x86 OSDev tutorials


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 19, 2008 4:20 pm 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 20, 2008 3:34 am 
Offline

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 27, 2008 2:05 pm 
Offline
User avatar

Joined: Tue May 20, 2008 4:52 pm
Posts: 20
Location: St Louis, Missouri, USA
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 7048 times ]
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot], kerravon and 57 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group