SEL4PROJ / AOS

Advanced Operating Systems project
https://www.cse.unsw.edu.au/~cs9242/
19 stars 17 forks source link

Fixes for seL4 version 13.0.0 #21

Closed ralismark closed 2 months ago

ralismark commented 2 months ago

These are changes required to AOS to make it work with seL4 version 13.0.0.

The breaking change that needs to be fixed is

libsel4: Make bootinfo consistent. Some slot positions in the rootnode would depend on configuration. However that makes it difficult to add new root caps, especially if multiple caps only exist based on configuration. Make all caps always there, but null if not configured.

Also see: