Update NOTES
This commit is contained in:
7
NOTES.md
7
NOTES.md
@@ -7,20 +7,19 @@
|
|||||||
- The objects get created, but GSI lookup only uses the one at index 0
|
- The objects get created, but GSI lookup only uses the one at index 0
|
||||||
- Slab allocator for kernel structures
|
- Slab allocator for kernel structures
|
||||||
- mark kernel memory pages global
|
- mark kernel memory pages global
|
||||||
- lock `memory_manager` and `page_manager` structures
|
|
||||||
- Serial out based on circular/bip biffer and interrupts, not spinning on
|
- Serial out based on circular/bip biffer and interrupts, not spinning on
|
||||||
`write_ready()`
|
`write_ready()`
|
||||||
- Split out more code into kutil for testing
|
- Split out more code into kutil for testing
|
||||||
- AHCI / MSI interrupts on Vbox break?
|
- AHCI / MSI interrupts on Vbox break?
|
||||||
- FXSAVE to save XMM registers.
|
- FXSAVE to save XMM registers.
|
||||||
- optimization using #NM (0x7) to detect SSE usage
|
- optimization using #NM (0x7) to detect SSE usage
|
||||||
|
- Clean up of process memory maps
|
||||||
|
- Better stack tracer
|
||||||
|
|
||||||
|
|
||||||
- Device Tree
|
- Device Tree
|
||||||
- Actual serial driver
|
- Actual serial driver
|
||||||
- Disk driver
|
- Disk driver
|
||||||
- File system
|
- File system
|
||||||
- Memory map swapping
|
|
||||||
- Multiprocessing
|
- Multiprocessing
|
||||||
- Processes in Ring 3
|
- Syscalls
|
||||||
- Stack tracer
|
|
||||||
|
|||||||
Reference in New Issue
Block a user