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.
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?
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 )
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.
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.
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.