minix/lib/i386/misc
Tomas Hruby 80d671aea7 _cpuid() - full cpuid instruction wrapper
- the prototype changes to 

	_cpuid(u32_t *eax, u32_t *ebx, u32_t *ecx, u32_t *edx)

- this makes possible to use all the features of the cpuid instruction as
  described in the Intel specs
2010-01-15 15:23:57 +00:00
..
_cpufeature.c
_cpuid.s
alloca.s
get_bp.s
getprocessor.s
io_inb.s
io_inl.s
io_insb.s
io_insl.s
io_insw.s
io_intr.s
io_inw.s
io_outb.s
io_outl.s
io_outsb.s
io_outsl.s
io_outsw.s
io_outw.s
Makefile.in
oneC_sum.s