-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #446 from Wasabi375/protect_lower_1mb
Guard the lower 1MB of memory
- Loading branch information
Showing
14 changed files
with
616 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,9 @@ jobs: | |
- uses: r7kamura/[email protected] | ||
- name: Run api tests | ||
run: cargo test -p bootloader_api | ||
- name: Run bootloader common tests | ||
if: runner.arch == 'x86' | ||
run: cargo test -p bootloader-x86_64-common | ||
- name: Run integration tests | ||
run: cargo test -- --test-threads 1 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.