Back to home page

Quest Cross Reference

 
 

    


Warning, cross-references for /kernel/default-config.mk need to be fixed.

0001 # Kernel configuration
0002 
0003 # Compiler optimization level
0004 OPT = 0
0005 
0006 # Disable SMP
0007 # CFG += -DNO_SMP
0008 
0009 # Disable "logger" thread
0010 # CFG += -DNO_LOGGER
0011 
0012 # Disable ACPI support
0013 # CFG += -DNO_ACPI
0014 
0015 # Disable Intel Multiprocessor Specification parsing
0016 # CFG += -DNO_INTEL_MPS
0017 
0018 # Use VMX-based virtual machines for isolation
0019 # CFG += -DUSE_VMX