Subversion Repositories HelenOS

Rev

Rev 154 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 323
Line 23... Line 23...
23
+ [ia32] review the cache controling bits in CR0 register
23
+ [ia32] review the cache controling bits in CR0 register
24
+ [ia32] zero the alignment exception bit in EFLAGS                     [DONE]
24
+ [ia32] zero the alignment exception bit in EFLAGS                     [DONE]
25
  - Task changed to clear AM in CR0 so that
25
  - Task changed to clear AM in CR0 so that
26
    the alignment check is disabled globally
26
    the alignment check is disabled globally
27
+ make emulated architectures also work on real hardware
27
+ make emulated architectures also work on real hardware
28
+ bring in support for other architectures (e.g. PowerPC)
-