Reduce kernel stack size to save memory

This commit is contained in:
pjht 2024-08-17 19:45:01 -05:00
parent 127b95f838
commit ee21dc66fd
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -123,7 +123,7 @@ pub struct Tasking {
freeable_kstacks: Mutex<Vec<Box<[usize], &'static ASpaceMutex>>>,
}
pub const KSTACK_SIZE: usize = (16 * 4096) / 8;
pub const KSTACK_SIZE: usize = (4 * 4096) / 8;
impl Tasking {
pub fn new_process(