Subversion Repositories HelenOS

Rev

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

Rev 73 Rev 103
Line 8... Line 8...
8
  + track usage of frames containing middle-level page tables (frame leak)
8
  + track usage of frames containing middle-level page tables (frame leak)
9
 
9
 
10
+ get user mode support for all architectures
10
+ get user mode support for all architectures
11
 
11
 
12
+ save/restore floating point context on context switch 
12
+ save/restore floating point context on context switch 
13
  + [ia32] lazy context switch using TS flag
13
  + [ia32] lazy context switch using TS flag [DONE]
14
+ [ia32] MMX,SSE1-.. initialization
14
+ [ia32] MMX,SSE1-.. initialization
15
+ [ia32] review privilege separation
15
+ [ia32] review privilege separation
16
  + zero IOPL in EFLAGS
16
  + zero IOPL in EFLAGS
17
  + before IRET (from SYSCALL), zero NT in EFLAGS
17
  + before IRET (from SYSCALL), zero NT in EFLAGS
18
+ [ia32] review the cache controling bits in CR0 register
18
+ [ia32] review the cache controling bits in CR0 register