seL4 / sel4-tutorials

Tutorials for working with seL4 and/or CAmkES.

Home Page:https://docs.sel4.systems/Tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apps/hello-3 some confusing steps

ratmice opened this issue · comments

/* TODO 12: make sure it is what we expected */
Already has the code in place.

/* TODO 7: make a badged copy of it in our cspace. This copy will be used to send
* an IPC message to the original cap */
The TODO is described using vka_mint_object however the Error text below it mentions seL4_Mint

The manual it links to describes seL4_CNode_Mint, I did not see a seL4_Mint described.
perhaps a link to the header where cspacepath_t is declared?

Thanks for this. I just consulted the source, these comments have been addressed in the source. If it doesn't solve the issue for you, please open a new one referring to the latest souce.