Skip to content

Guard the lower 1MB of memory #317

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

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused ramdisk contents variable
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
  • Loading branch information
jasoncouture and phil-opp authored Jan 14, 2023
commit 9b42a7199d7e09aeb325d6b7336afe8e42db5025
1 change: 0 additions & 1 deletion tests/test_kernels/lower_memory_free/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub enum QemuExitCode {
Failed = 0x11,
}

pub static RAMDISK_CONTENTS: &[u8] = include_bytes!("../../../ramdisk.txt");

pub fn exit_qemu(exit_code: QemuExitCode) -> ! {
use x86_64::instructions::{nop, port::Port};
Expand Down