mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
add current demo configuration
- used to configure a minimal test kernel
This commit is contained in:
parent
d117d351ae
commit
d80e444998
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.0.2 Kernel Configuration
|
||||
# Linux/x86 4.0.0 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
@ -46,7 +46,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
|
|||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
CONFIG_LOCALVERSION=""
|
||||
CONFIG_LOCALVERSION="-sl"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_BZIP2=y
|
||||
|
@ -139,7 +139,7 @@ CONFIG_ARCH_SUPPORTS_INT128=y
|
|||
# CONFIG_SYSFS_DEPRECATED is not set
|
||||
# CONFIG_RELAY is not set
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
CONFIG_INITRAMFS_SOURCE="/home/stefan/Projects/busybox-1.23.2/myinitrd.cpio"
|
||||
CONFIG_INITRAMFS_SOURCE="/work/lankes/HermitCore/myinitrd.cpio"
|
||||
CONFIG_INITRAMFS_ROOT_UID=0
|
||||
CONFIG_INITRAMFS_ROOT_GID=0
|
||||
CONFIG_RD_GZIP=y
|
||||
|
@ -411,7 +411,6 @@ CONFIG_PHYSICAL_START=0x1000000
|
|||
CONFIG_PHYSICAL_ALIGN=0x200000
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
CONFIG_HERMIT_CORE=y
|
||||
CONFIG_HERMIT_SIZE=0xA00000
|
||||
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_CMDLINE_BOOL is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue