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

Create a test for kernel section #884

Open
Fumuran opened this issue Sep 18, 2024 · 0 comments
Open

Create a test for kernel section #884

Fumuran opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
tests Improvements to testing

Comments

@Fumuran
Copy link
Contributor

Fumuran commented Sep 18, 2024

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:

  • Check the number of kernel procedures at memory address 400
  • Check the hashes of the kernel procedures in memory interval from 401 to 429. 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

@Fumuran Fumuran self-assigned this Sep 18, 2024
@bobbinth bobbinth added the tests Improvements to testing label Sep 18, 2024
@Fumuran Fumuran changed the title Test kernel section Create a test for kernel section Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Improvements to testing
Projects
None yet
Development

No branches or pull requests

2 participants