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