Ignore:
File:
1 edited

Legend:

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

    r304342e rfccc236  
    174174        call arch_pre_main
    175175       
    176         # create the first stack frame
    177         pushq $0
    178         movq %rsp, %rbp
    179 
    180176        call main_bsp
    181177       
     
    333329
    334330extended_cpuid_msg:
    335         .asciz "Extended CPUID not supported. System halted."
     331        .asciz "Error: Extended CPUID not supported -- CPU is not 64-bit. System halted."
    336332long_mode_msg:
    337         .asciz "64 bit long mode not supported. System halted."
     333        .asciz "Error: 64-bit long mode not supported. System halted."
    338334noexecute_msg:
    339         .asciz "No-execute pages not supported. System halted."
     335        .asciz "Error: No-execute pages not supported. System halted."
    340336fx_msg:
    341         .asciz "FXSAVE/FXRESTORE instructions not supported. System halted."
     337        .asciz "Error: FXSAVE/FXRESTORE instructions not supported. System halted."
    342338sse2_msg:
    343         .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.