Skip to content

Commit

Permalink
decrease stack size in supervisor-tdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Nov 13, 2024
1 parent 63ecb08 commit 7aaaeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tee/supervisor-tdx/src/reset_vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use x86_64::{registers::model_specific::FsBase, VirtAddr};

use crate::{main, per_cpu::PerCpu};

pub const STACK_SIZE: usize = 16;
pub const STACK_SIZE: usize = 8;

global_asm!(
include_str!("reset_vector.s"),
Expand Down

0 comments on commit 7aaaeca

Please sign in to comment.