Re: Initializing Paging from within the kernel
Posted: Fri Jun 29, 2018 5:55 am
Although you will be able to enable paging after starting the C kernel, you must be aware, in order to shift to the higher-half memory range - you'll have to switch the stack, EIP and all that. That is only done in assembly