Jan S. Rellermeyer
Jan S. Rellermeyer
If you have a use for it, you should add it or ask the klibc maintainers to add it.
Sounds good to me.
I would start with the versatile pb manual (see Wiki).
Sorry, I missed this one. The former would be a shell to me, I am thinking something else, the arguments passed to qemu and/or the bootloader. E.g., in Linux that...
I don't think so. Maybe you find documentation where Linux gets them from. It should happen in Linux' init/main.c file.
The bootloader should pass you a parameter list in R2: https://www.kernel.org/doc/Documentation/arm/Booting I pushed some minor changes so that you now get the start address of the parameter list as the...
Here is some more information about the tagged list format. I guess all we need at the moment is the content of the ATAG_CMDLINE tag, all others can be skipped...
I would say the "process support" should allocate this memory as an initial address space. ELF parsing and loading should map the sections into this given memory region so that...