除非你确定你配置的内核能正常工作,否则请使用Arch默认的配置; 运行abs命令,获取kernel26.install文件,然后注释掉install=kernel26.install。 # arg 1: the new package version # arg 2: the old package version # Script by Jouke Witteveen (j <dot> witte
arch/arm64/kernel/head.S 中需要调用 __init_el2_mpam 函数: 设置EL0/EL1/EL2 默认的 partid为0: 即 MPAM0_EL1,MPAM1_EL1,MPAM2_EL2都清0 EL1访问MPAMIDR_EL1寄存器 不会 trap 到 EL2,会返回它的实际值 arm64_mpam_register_cpus 函数读取 cpu MPAMIDR_EL1 寄存器,并初始化全局变量 mpam_p...
root@zhengyang:/work/sambashare/rk3588/friendly# git clone https:///friendlyarm/sd-fuse_rk3588.git --single-branch -b kernel-6.1.y root@zhengyang:/work/sambashare/rk3588/friendly# git clone https://521/friendlyarm/sd-fuse_rk3588.git --single-branch -b kernel-6.1.y #同上,二选一 root...
select HAVE_KERNEL_LZ4 select HAVE_KERNEL_LZMA select HAVE_KERNEL_LZO select HAVE_KERNEL_XZ select HAVE_KERNEL_ZSTD select HAVE_KPROBES select HAVE_KPROBES_ON_FTRACE select HAVE_FUNCTION_ERROR_INJECTION select HAVE_KRETPROBES select HAVE_KVM select HAVE_LIVEPATCH if X86_64 ...
torvalds/linuxPublic NotificationsYou must be signed in to change notification settings Fork55.9k Star194k Files master Sign in to see the full file tree. arch/x86/kernel head64.c Latest commit Cannot retrieve latest commit at this time. ...
pte = pte_offset_kernel(pmd, address); if (bad_address(pte)) goto bad; pr_cont("PTE %lx", pte_val(*pte)); out: pr_cont("\n"); return; bad: pr_info("BAD\n"); } #endif /* CONFIG_X86_64 */ /* * Workaround for K8 erratum #93 & buggy BIOS....
/opt/android-x86/android-x86-6.0-rc1/kernel/arch/x86/configs/android-x86_defconfig # # Automatically generated file; DO NOT EDIT. # Linux/x86 4.4.12 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_PERF_EVENTS_INTEL_UNCORE...
<asm/tdx.h> #include <asm/cfi.h> #ifdef CONFIG_X86_64 #include <asm/x86_init.h> #else #include <asm/processor-flags.h> #include <asm/setup.h> #endif #include <asm/proto.h> DECLARE_BITMAP(system_vectors, NR_VECTORS); __always_inline int is_valid_bugaddr(unsigned long addr) {...
CONFIG_KERNEL_XZ is not set # CONFIG_KERNEL_LZO is not set # CONFIG_KERNEL_LZ4 is not set CONFIG_DEFAULT_HOSTNAME="android_x86" CONFIG_SWAP=y # CONFIG_SYSVIPC is not set # CONFIG_POSIX_MQUEUE is not set CONFIG_CROSS_MEMORY_ATTACH=y # CONFIG_FHANDLE is not set # CONFIG_USELIB is...
* Kernel-based Virtual Machine driver for Linux * * This header defines architecture specific interfaces, x86 version * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. ...