minix/lib/i386
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
..
int64 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
math Floating point support functions 2009-12-24 20:22:41 +00:00
misc _cpuid() - full cpuid instruction wrapper 2010-01-15 15:23:57 +00:00
rts Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
string Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile.in Floating point support functions 2009-12-24 20:22:41 +00:00