cfg: allow passing cmdline options to the kernel

This commit is contained in:
2024-12-17 19:12:39 +02:00
parent cb5814a5ce
commit 49b918e2ac
27 changed files with 571 additions and 75 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ impl<K: KernelTableManager, PA: PhysicalMemoryAllocator<Address = PhysicalAddres
for TaskContextImpl<K, PA>
{
fn drop(&mut self) {
log::info!("Drop Context {:#p}", self);
log::trace!("Drop Context {:#p}", self);
assert_eq!(self.stack_size % 0x1000, 0);
for offset in (0..self.stack_size).step_by(0x1000) {