kern: implement enough of KPageTable to initialize a thread
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
|
||||
namespace ams::kern {
|
||||
|
||||
void KPageGroup::Initialize(KBlockInfoManager *m) {
|
||||
this->manager = m;
|
||||
}
|
||||
|
||||
void KPageGroup::Finalize() {
|
||||
auto it = this->block_list.begin();
|
||||
while (it != this->block_list.end()) {
|
||||
|
||||
Reference in New Issue
Block a user