-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for domain scheduling #175
base: main
Are you sure you want to change the base?
Commits on Sep 6, 2024
-
build_sdk.py: add flag to enable domain scheduler
This commit adds the --experimental-domain-support flag to the build_sdk.py script. If this flag is passed when running the script, the seL4 kernel images will be built with the domain scheduler enabled. The maximum 256 domains will be enabled, but the schedule will be all zeroes, to be filled in at SDK run time by patching the kernel image. Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2162ed6 - Browse repository at this point
Copy the full SHA 2162ed6View commit details -
tool: add support for kernel domain scheduler
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9e1124 - Browse repository at this point
Copy the full SHA e9e1124View commit details -
docs: add documentation for domain scheduling
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61af145 - Browse repository at this point
Copy the full SHA 61af145View commit details
Commits on Sep 9, 2024
-
tool: use Vec::with_capacity constructor
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d758d6d - Browse repository at this point
Copy the full SHA d758d6dView commit details -
tool: clarify units in domain scheduling constant
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdbca48 - Browse repository at this point
Copy the full SHA fdbca48View commit details -
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a01bb0f - Browse repository at this point
Copy the full SHA a01bb0fView commit details
Commits on Sep 13, 2024
-
docs: clarify repeated domains in schedule
Signed-off-by: James Archer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04378bf - Browse repository at this point
Copy the full SHA 04378bfView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef76b9b - Browse repository at this point
Copy the full SHA ef76b9bView commit details