Skip to content

Conversation

kennystrawnmusic
Copy link
Contributor

Although not always needed, UEFI runtime services are still important for some use cases, most notable knowing what time it is — something that needs to be constantly queried, so hardcoding the time into BootInfo won't help much. Thankfully, the UEFI crate has a method on SystemTable<Runtime> for retrieving the memory address of the runtime services table, which a kernel can then access via a raw pointer. As such, I've chosen to contribute this as an option for ensuring that kernels can do exactly that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant