mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
readme: create linux kernel min config section
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file contains only configs which are required to boot all configurations and get a shell.
|
||||
# https://github.com/cirosantilli/linux-kernel-module-cheat#linux-kernel-min-config
|
||||
|
||||
## gem5 x86
|
||||
|
||||
@@ -13,8 +13,6 @@ CONFIG_PCI=y
|
||||
|
||||
## gem5 aarch64
|
||||
|
||||
# Minimal options required to run gem5 aarch64 in addition to QEMU's aarch64 setup.
|
||||
# Doing such a minimal boot made the gem5 boot 3x faster on the P51, which is awesome.
|
||||
CONFIG_ATA_PIIX=y
|
||||
CONFIG_PCI_HOST_GENERIC=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user