Changeset fccc236 in mainline for kernel/arch/amd64
- Timestamp:
 - 2010-01-06T21:07:13Z (16 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - b79d450, eb0bc90
 - Parents:
 - 5eb5dcf
 - File:
 - 
      
- 1 edited
 
- 
          
  kernel/arch/amd64/src/boot/boot.S (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/arch/amd64/src/boot/boot.S
r5eb5dcf rfccc236 329 329 330 330 extended_cpuid_msg: 331 .asciz "E xtended CPUID not supported. System halted."331 .asciz "Error: Extended CPUID not supported -- CPU is not 64-bit. System halted." 332 332 long_mode_msg: 333 .asciz " 64bit long mode not supported. System halted."333 .asciz "Error: 64-bit long mode not supported. System halted." 334 334 noexecute_msg: 335 .asciz " No-execute pages not supported. System halted."335 .asciz "Error: No-execute pages not supported. System halted." 336 336 fx_msg: 337 .asciz " FXSAVE/FXRESTORE instructions not supported. System halted."337 .asciz "Error: FXSAVE/FXRESTORE instructions not supported. System halted." 338 338 sse2_msg: 339 .asciz " SSE2 instructions not supported. System halted."339 .asciz "Error: SSE2 instructions not supported. System halted."  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  