vga now working with term and shell program
This commit is contained in:
@@ -247,7 +247,7 @@ void* clone_current_pd() {
|
||||
uint32_t pte_src = pt_src[j];
|
||||
if (!(pte_src & PAGE_PRESENT)) continue;
|
||||
|
||||
if (!(pte_src & PAGE_WRITABLE)) {
|
||||
if (!(pte_src & PAGE_WRITABLE) || (pte_src & PAGE_MMIO)) {
|
||||
pt_dst[j] = pt_src[j];
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user