]> git.corax.cc Git - corax/commit
kernel/arch: Add vm_* functions for low-level page table handling paging-pae-fix
authorMatthias Kruk <m@m10k.eu>
Wed, 30 Dec 2020 02:33:06 +0000 (11:33 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 30 Dec 2020 02:33:06 +0000 (11:33 +0900)
commit14a029a5f23e5fbbf03e06f4ca4eb44e786b74e3
treec3e37f18b5631d53f36d48196df3ef6bfa9ac5d1
parentbf84aedad9eb5211fd9f2b3b9d9cbcd369c2b738
kernel/arch: Add vm_* functions for low-level page table handling

To improve portability and separate the software and hardware sides
of paging more cleanly, move the low-level page table handling into
a separate file.
kernel/arch/vm.c [new file with mode: 0644]
kernel/arch/vm.h [new file with mode: 0644]