Mem: Introduce new PhysAddr type to repr an address in physical memory #274
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run cargo run -- build:
crates/tar/src/lib.rs#L30
unused import: `lldebug::hexdump::HexPrint`
|
Run cargo run -- build:
crates/tar/src/lib.rs#L33
unused import: `lldebug::logln`
|
Run cargo run -- build:
crates/mem/src/vmm.rs#L297
method `find_free_vm_page` is never used
|
Run cargo run -- build:
kernel/src/main.rs#L143
unreachable statement
|
Run cargo run -- build:
kernel/src/int.rs#L157
unused variable: `rdx`
|
Run cargo run -- build:
kernel/src/int.rs#L158
unused variable: `rcx`
|
Run cargo run -- build:
kernel/src/int.rs#L159
unused variable: `r8`
|
Run cargo run -- build:
kernel/src/gdt.rs#L87
function `set_tss_for_interrupt` is never used
|
Run cargo run -- build:
kernel/src/scheduler.rs#L41
field `id` is never read
|
Run cargo run -- build:
kernel/src/scheduler.rs#L47
field `process_list` is never read
|
Loading