We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should add a new test to check the correctness of the values in the kernel section.
We should create a new test (or modify the existing one) in the test_prologue.rs file to check the values stored in the kernel section:
test_prologue.rs
400
401
429
This task is done when we will have the passing test checking the values in the kernel section.
No response
The text was updated successfully, but these errors were encountered:
Fumuran
No branches or pull requests
What should be done?
We should add a new test to check the correctness of the values in the kernel section.
How should it be done?
We should create a new test (or modify the existing one) in the
test_prologue.rs
file to check the values stored in the kernel section:400
401
to429
. Probably we should use this array to check the values.When is this task done?
This task is done when we will have the passing test checking the values in the kernel section.
Additional context
No response
The text was updated successfully, but these errors were encountered: