64位的CPU是可以装i386版的。x86-64确实是专门为64位CPU设计的,但在其中运行32位程序比较慢。ppc是用于Mac之类的。
[url=[红帽企业.Linux.5].TLF-SOFT-RedHat.Enterprise.Linux.5.Update.1.ia64-XiSO.nfo (6.92 KB)]RedHat.Enterprise.Linux.5.Update.1.ia64.nfo[/url] ppc [url=[红帽企业.Linux.5].TLF-SOFT-RedHat.Enterprise.Linux.5.Update.1.ppc-XiSO.iso (3.25 GB)]RedHat.Enterprise.Linux.5.Update.1.ppc....
· Red Hat Enterprise Linux Desktop with Workstation option - 对应以前的Red Hat Enterprise Linux WS 主要的功能包括: 1. 虚拟化技术 在各种平台上支持虚拟化技术 在Red Hat Enterprise Linux Advanced Platform支持存储与扩展的服务器虚拟化技术 Red Hat Network提供各种虚拟化系统的支持 ...
Re: [PATCH v5 06/30] arm64: ...Will Deacon Re: [PATCH v5 06/30] arm64: ...Joey Gouly Re: [PATCH v5 06/30] arm64: ...Will Deacon The Mail Archive home linuxppc-dev - all messages linuxppc-dev - about the list Expand ...
+++ b/arch/mips/include/asm/mach-loongson64/mmzone.h @@ -14,9 +14,9 @@ #define pa_to_nid(addr) (((addr) & 0xf00000000000) >> NODE_ADDRSPACE_SHIFT) #define nid_to_addrbase(nid) ((unsigned long)(nid) << NODE_ADDRSPACE_SHIFT) ...
Re: [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION On Thu, 1 Aug 2024 09:08:06 +0300 Mike Rapoport <r...@kernel.org> wrote:
--- a/arch/powerpc/kernel/module_64.c +++ b/arch/powerpc/kernel/module_64.c @@ -241,14 +241,8 @@ static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, } } -#ifdef CONFIG_DYNAMIC_FTRACE - /* make the trampoline to the ftrace_caller */ ...
> on arm64 as it stands. It looks like we rely on the signal frame to hold > the original POR_EL0 so, if for some reason we fail to allocate space > for the POR context, I think we'll return back from the signal with
* access restrictions. Because of this ignore AMR value when accessing * userspace via kernel thread. */ static __always_inline u64 current_thread_amr(void) { if (current->thread.regs) return current->thread.regs->amr; return default_amr; } -aneesh...
on arm64 as it stands. It looks like we rely on the signal frame to hold the original POR_EL0 so, if for some reason we fail to allocate space for the POR context, I think we'll return back from the signal with POR_EL0_INIT. That seems bad?