Mem: Fix deadlock (should change page tables later) #262
Annotations
2 errors and 11 warnings
Run cargo run -- build:
kernel/src/main.rs#L32
file not found for module `gdt`
|
Run cargo run -- build
Process completed with exit code 101.
|
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/fs/src/fatfs/mod.rs#L68
associated constants `ALLOCATED_CLUSTER_BEGIN`, `FAT16_MAX`, and `FAT32_MAX` are never used
|
Run cargo run -- build:
crates/fs/src/fatfs/bpb.rs#L94
associated constants `FAT12_CLUSTERS` and `FAT16_CLUSTERS` are never used
|
Run cargo run -- build:
crates/mem/src/vmm/page.rs#L37
unused import: `lldebug::logln`
|
Run cargo run -- build:
crates/mem/src/vmm/page.rs#L1002
method `reduce_permissions_to` is never used
|
Run cargo run -- build:
kernel/src/scheduler.rs#L26
unused import: `core::alloc::Layout`
|
Run cargo run -- build:
kernel/src/scheduler.rs#L28
unused imports: `alloc::alloc_zeroed`, `format`, and `sync::Arc`
|
Run cargo run -- build:
kernel/src/scheduler.rs#L30
unused imports: `hexdump::HexPrint` and `logln`
|
Run cargo run -- build:
kernel/src/scheduler.rs#L33
unused imports: `PhysicalBacking`, `VmBackingKind`, `VmBacking`, and `use_pmm_mut`
|
Run cargo run -- build:
kernel/src/scheduler.rs#L39
unused import: `spin::RwLock`
|
Run cargo run -- build:
kernel/src/main.rs#L39
unused imports: `boxed::Box` and `format`
|
Loading