Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2220 → Rev 2221

/trunk/kernel/arch/ia32/src/boot/boot.S
70,7 → 70,7
cpuid
cmp $0x0, %eax # any function > 0?
jbe pse_unsupported
movl $0x1, %eax # Basic function code 80000001
movl $0x1, %eax # Basic function code 1
cpuid
bt $3, %edx # Test if PSE is supported
jc pse_supported