commit
b2777032c8
@ -1,3 +1,3 @@
|
||||
/// board specific constants
|
||||
pub const MEMORY_END: usize = 0x8080_0000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x0020_0000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x0044_0000;
|
||||
|
@ -1,3 +1,3 @@
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "mips"))]
|
||||
#[cfg(any(target_arch = "x86_64", all(target_arch = "mips", feature = "board_malta")))]
|
||||
pub mod pci;
|
||||
pub mod virtio_mmio;
|
||||
|
Loading…
Reference in new issue