mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Flush the TLB after modifying page tables.
This is a very inefficient naive implementation, but it gets us going. Mapping tasks in and out of a shared address space now totally works.
This commit is contained in:
@@ -168,8 +168,6 @@ static void init_stage2()
|
||||
}
|
||||
#endif
|
||||
|
||||
//auto* idTask = Task::create("/bin/id", (uid_t)209, (gid_t)1985);
|
||||
|
||||
auto* shTask = Task::create("/bin/sh", (uid_t)100, (gid_t)100);
|
||||
|
||||
//new Task(motd_main, "motd", IPC::Handle::MotdTask, Task::Ring0);
|
||||
|
||||
Reference in New Issue
Block a user