Changeset eb0bc90 in mainline


Ignore:
Timestamp:
2010-01-07T20:01:49Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
336d2faa, 40d4c1d
Parents:
a5603ff (diff), fccc236 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge amd64 boot messages clarification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/boot.S

    ra5603ff reb0bc90  
    329329
    330330extended_cpuid_msg:
    331         .asciz "Extended CPUID not supported. System halted."
     331        .asciz "Error: Extended CPUID not supported -- CPU is not 64-bit. System halted."
    332332long_mode_msg:
    333         .asciz "64 bit long mode not supported. System halted."
     333        .asciz "Error: 64-bit long mode not supported. System halted."
    334334noexecute_msg:
    335         .asciz "No-execute pages not supported. System halted."
     335        .asciz "Error: No-execute pages not supported. System halted."
    336336fx_msg:
    337         .asciz "FXSAVE/FXRESTORE instructions not supported. System halted."
     337        .asciz "Error: FXSAVE/FXRESTORE instructions not supported. System halted."
    338338sse2_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.