source: mainline/doc/TODO@ 27dc170

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 27dc170 was c4a5207f, checked in by Jakub Jermar <jakub@…>, 20 years ago

Small changes, fix last few wrong indentations.
TODO cleanup.

IA-64 bits.
Call main_bsp from kernel_image_start().
Prepare for IA-64 context_save and context_restore.

  • Property mode set to 100644
File size: 1015 bytes
Line 
1+ implement true memory management
2 + [ia32] use int 0x15 ax=0xe820 to get memory map and memory size
3 + [mips] use some heuristics to get memory map and memory size
4 + reimplement heap so that it can allocate/deallocate itself frames as necessary
5 + provide native four-level portable page table interface
6 + every architecture uses its native page table format
7 + kernel provides unified four-level page table interface for all architectures
8 + track usage of frames containing middle-level page tables (frame leak)
9
10+ get user mode support for all architectures
11
12+ save/restore floating point context on context switch
13 + [ia32] lazy context switch using TS flag
14+ [ia32] review privilege separation
15 + zero IOPL in EFLAGS
16 + before IRET (from SYSCALL), zero NT in EFLAGS
17+ [ia32] review the cache controling bits in CR0 register
18+ [ia32] zero the alignment exception bit in EFLAGS
19+ make emulated architectures also work on real hardware
20+ bring in support for other architectures (e.g. PowerPC)
Note: See TracBrowser for help on using the repository browser.