chore: improve documentation of preempt_disable

main
Sean McBride 4 years ago
parent bcb00b4e1c
commit 648ee411f9

@ -56,7 +56,10 @@ USE_MEM = USE_MEM_VM
CFLAGS += -D${ARCH}
CFLAGS += -DNCORES=${TOTAL_CORES}
CFLAGS += -DPAGE_SIZE=$(PAGE_SIZE)
# Optionally Disable preemption
# CFLAGS += -DPREEMPT_DISABLE
CFLAGS += -D${USE_MEM}
# Preprocessor

Loading…
Cancel
Save