About 56,800 results
Open links in new tab
  1. command line - How to determine Linux kernel architecture?

    x86_64 GNU/Linux indicates that you've a 64bit Linux kernel running. If you use see i386/i486/i586/i686 it is a 32 bit kernel. To determine if the hardware is capable of running a 64 …

  2. Kernel architecture vs OS architecture - Unix & Linux Stack Exchange

    Nov 18, 2017 · The kernel architecture isn’t particularly significant here. On Debian derivatives, the expansion of multi-arch to cover cross-compilation means that it’s getting easier to build …

  3. GNU Linux kernel architecture - Unix & Linux Stack Exchange

    Mar 23, 2017 · Does the GNU Linux kernel downloadable from www.kernel.org comes with all the hardware architecture like arm, amd, ppc etc? In the arch folder, I couldnt find any architecture …

  4. architecture - How to check Linux kernel? - Unix & Linux Stack …

    The most significant aspects are the source version number and the configuration style. The later is important because it indicates significant differences in the way the kernel was actually …

  5. linux kernel - What architecture is bi-endian at runtime? - Unix ...

    Jul 11, 2018 · I am trying to understand which architecture supported by the Linux kernel can run in true bi-endian mode, so that the CPU can switch endianess at runtime. I could not find …

  6. Conceptual difference between Linux and (Free)BSD Kernel

    BSD* kernel and Linux kernel have both evolved from a purely monolithic approach to something hybrid/modular. Still, there are fundamental differences in their approach and history: BSD …

  7. How does the Linux kernel know the computer architecture?

    Jun 18, 2021 · A given kernel is built for a single architecture, so it has a single implementation of setup_arch. The generic start_kernel calls that, but it doesn’t pass an initialised pointer to the …

  8. How does Linux kernel compare to microkernel architectures?

    A typical monolithic kernel was the SunOS-4.x kernel and Linux is still similar, as you manually configure the content of the basic kernel. The Solaris kernel (starting with 2.1 on 1992) cannot …

  9. Why is the linux system call interface architecture-dependent?

    May 31, 2022 · Kernel mode is very different from user-mode. The kernel gets to do anything it wants / access any part of the hardware, but user space is not. How code tells the hardware to …

  10. kernel - What is meant by register-impaired architecture - Unix

    Jun 26, 2019 · The context can make it somewhat clearer (emphasis mine): This allowed architectures with few registers, such as x86, to calculate the location of the process descriptor …

Refresh