Ignore:
Timestamp:
Aug 14, 2017, 12:32:08 PM (7 years ago)
Author:
max@…
Message:

Switch the VM space, and explicitly disable the FPU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_boot.S

    r312 r368  
    416416        orl     $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
    417417        andl    $~(CR0_CD|CR0_NW),%eax
     418        orl     $(CR0_EM),%eax  /* FPU not implemented yet */
    418419        movl    %eax,%cr0
    419420        jmp     compat
Note: See TracChangeset for help on using the changeset viewer.