Changes in defaults/amd64/Makefile.config [1ea99cc:59e9398b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r1ea99cc r59e9398b 3 3 4 4 # Ramdisk format 5 RDFMT = tmpfs5 RDFMT = fat 6 6 7 7 # Compiler … … 32 32 CONFIG_LOG = n 33 33 34 # Kernel function tracing 35 CONFIG_TRACE = n 36 34 37 # Compile kernel tests 35 38 CONFIG_TEST = y … … 56 59 CONFIG_VESA_BPP = 16 57 60 58 # Use shared C library59 CONFIG_SHARED_LIBC = n60 61 61 # Load disk drivers on startup 62 62 CONFIG_START_BD = n … … 64 64 # Mount /data on startup 65 65 CONFIG_MOUNT_DATA = n 66
Note:
See TracChangeset
for help on using the changeset viewer.