Changeset 6de2480e in mainline for arch/ia32/src/pm.c


Ignore:
Timestamp:
2005-05-19T11:55:15Z (21 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3ebb64
Parents:
1eee8383
Message:

IA-32 FPU lazy context switching.
Doesn't work on Bochs and sometimes produces wrong results on P4.
Seems to work on VMware and PII.

Build script for IA-32 changed to build floppy images (image.bin) 1440K long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/pm.c

    r1eee8383 r6de2480e  
    122122        trap_register(13, gp_fault);
    123123        trap_register( 7, nm_fault);
     124        trap_register(12, ss_fault);
    124125}
    125126
Note: See TracChangeset for help on using the changeset viewer.