Changeset 328f324b in mainline
- Timestamp:
- 2007-04-08T19:13:20Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cb567cd
- Parents:
- eaf6cd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/boot.S
reaf6cd6 r328f324b 71 71 cmp $0x0, %eax # any function > 0? 72 72 jbe pse_unsupported 73 movl $0x1, %eax # Basic function code 8000000173 movl $0x1, %eax # Basic function code 1 74 74 cpuid 75 75 bt $3, %edx # Test if PSE is supported
Note:
See TracChangeset
for help on using the changeset viewer.