Sign in
akaros
/
upstream
/
7f74d27b2bdf12aaab5f9b6ad3b8eda2f2e9fe8c
/
.
/
kern
/
include
/
kstack.h
blob: 5f92b9f2f9c6108f4f349803e963939dd5b8abb1 [
file
] [
log
] [
blame
]
#pragma
once
#define
KSTKSHIFT
(
PGSHIFT
+
1
)
/* KSTKSIZE == 2 * PGSIZE */
#define
KSTKSIZE
(
1
<<
KSTKSHIFT
)
/* size of a static kernel stack */