ecomaikgolf / alma

toy kernel written in C++ for x86-64 machines with the mere purpose of learning OS development
8 stars 1 forks source link

page table manager, cannot access memory #53

Closed ecomaikgolf closed 2 years ago

ecomaikgolf commented 2 years ago

Page Table Manager not working 2021-07-26-233123_848x521_scrot

ecomaikgolf commented 2 years ago
asm ("mov %0, %%cr3" : : "r" (page_table.get_PGDT()));
renderer.println("Print con memoria virtual");

2021-07-27-020600_828x615_scrot