I have thought of using an l4 microkernel (preferably l4ka::pistachio) in my os, but I haven't found any good resources regarding user space l4 development.
Are there any good tutorials, PDF's, blog posts, etc. for this topic?
Good resources on L4 userspace development
Good resources on L4 userspace development
All a good OS needs to do is to run Linux inside QEMU
Re: Good resources on L4 userspace development
Hello. Is that what you're looking for?
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
Re: Good resources on L4 userspace development
I saw the Kernel Reference manual, but it is not so begginner friendly as I want it to be.
Still, huge thanks Roman.
I have found this: http://markustips.blogspot.com, but it still isn't what I wanted.
Is there any L4 userspace programming guide for begginner?
Still, huge thanks Roman.
I have found this: http://markustips.blogspot.com, but it still isn't what I wanted.
Is there any L4 userspace programming guide for begginner?
All a good OS needs to do is to run Linux inside QEMU
Re: Good resources on L4 userspace development
Unfortunately, I don't have any links meeting your criteria. Sorry.StartOS wrote:I saw the Kernel Reference manual, but it is not so begginner friendly as I want it to be.
Still, huge thanks Roman.
I have found this: http://markustips.blogspot.com, but it still isn't what I wanted.
Is there any L4 userspace programming guide for begginner?
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
Re: Good resources on L4 userspace development
So maybe some useful forum threads?Unfortunately, I don't have any links meeting your criteria. Sorry.
Everyone who develops user space programs for l4 somehow got started.
Maybe someone will share their experience in beginning to develop for L4?
All a good OS needs to do is to run Linux inside QEMU
Re: Good resources on L4 userspace development
Google("writing applications for L4 kernel") -> 6th link -> http://os.inf.tu-dresden.de/l4env/doc/h ... index.html
I hope it helps.
I hope it helps.
Re: Good resources on L4 userspace development
Just came accross this: http://os.inf.tu-dresden.de/L4/bib.html.
This is an eldorado on l4 documentation.
Still huge thanks Roman and Nable.
This is an eldorado on l4 documentation.
Still huge thanks Roman and Nable.
All a good OS needs to do is to run Linux inside QEMU