Closed TravorLZH closed 6 years ago
Now I am trying to learn stuff from this tutorial, so that I can help fix this issue.
JamesM's Tutorial doesn't help, so I choose another in OSDEV Wiki
I tried to simplify those steps. I removed the structs created from JamesM's Tutorial, so the paging code looks simpler. It is taken from here
I am testing your operating system in QEMU, but I met a continuous reboot after running the machine. But after I remove this line
kernel/kernel.c
It works fine for me. Perhaps you need to fix some problems on paging.