ktf icon indicating copy to clipboard operation
ktf copied to clipboard

Kernel Test Framework

Results 33 ktf issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently some virtual memory mappings do not reference any physical frame (for example: frame buffer memory, BIOS memory areas etc)....

feature
improvement
Priority: 2

**Is your feature request related to a problem? Please describe.** Currently there are only two address spaces implemented in KTF: kernel context (shared by BSP context and all kernel tasks)...

feature
improvement
Priority: 2

Use processor APIC ID and CPUID to detect hyperthreads, cores and sockets and store the information in corresponding `cpu_t` structures. Implement API to schedule tasks based on the topology information.

feature
Priority: 1