clippy stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
//use x86_64::align_up;
|
||||
|
||||
pub const HEAP_START: usize = 0o_000_001_000_000_0000; // 0x40000000 - 0x40019000
|
||||
pub const HEAP_START: usize = 0x40000000; // 0x40000000 - 0x40019000
|
||||
pub const HEAP_SIZE: usize = 100 * 1024; // 100 KiB
|
||||
|
||||
// A simple allocator that allocates memory linearly and ignores freed memory.
|
||||
|
||||
Reference in New Issue
Block a user