Skip to content
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

Implement the system-time interface on the standalone kernel #542

Open
tomaka opened this issue Aug 2, 2020 · 0 comments
Open

Implement the system-time interface on the standalone kernel #542

tomaka opened this issue Aug 2, 2020 · 0 comments
Labels
A-standalone-x86_64 Issues specific to x86_64

Comments

@tomaka
Copy link
Owner

tomaka commented Aug 2, 2020

Normally we have to properly parse the ACPI tables to detect the RTC, and, if it's not present, use a "time device" whose method of access is in AML.
Since this is overly complicated, we can simply assume that the CMOS is there for the initial implementation.

@tomaka tomaka added the A-standalone-x86_64 Issues specific to x86_64 label Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-standalone-x86_64 Issues specific to x86_64
Projects
None yet
Development

No branches or pull requests

1 participant