We should be able to mock a fake kernel. This means: - setting up important kernel data structures (page tables, gdt, idt, tss) - setting up important registers (cr3) - mapping memory into virtual address space
We should be able to mock a fake kernel. This means: