Review:
- Logical address -> linear address -> physical address
- OS只有一个页表,如何映射64G
Processin xv6
- CPU kernel limited
- Thread: Thread and address spaces are independent concepts
- Process concepts
- Process: a program in execution
- A process includes: program counter(EIP PC), stack, data section
- Process control block
- Process state
- Program counter
- CPU register
- CPU scheduling information
- Memory-management information
- Accounting information
- I/O status information
-
- Context switch