[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: understanding Debian support on ARM architecture



 Hi.

On Sun, 10 Aug 2014 14:25:35 -0400
Jerry Stuckle <jstuckle@attglobal.net> wrote:

> I don't think the x86 architecture provides ANY hardware enumeration.
> The processor couldn't care less.  It's all about ports and interrupts.

Yup. CPU is the ignorant one. Now, BIOS (or UEFI), on the other hand -
they DO know hardware. And BIOS (or UEFI) - that's sure part of x86
platform.


> It's the kernel which provides the actual enumeration.

Sure it does, on any platform. Difference being - does kernel get
helped by PCI bus to recognize hardware (x86, sparc, possibly ppc and
ia64), or not (ARM, MIPS).


> However, there is a difference in the instruction set for each type of
> processor.  The same binary machine code means one thing in the x86
> architecture, and something completely different in the ARM
> architecture. *Most* C programs can be compiled for both, but much of
> the hardware-dependent code (i.e. kernel, device drivers) will be
> device-dependent and will need modifications.

Agree.

Reco


Reply to: