1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09: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:
Andreas Kling 2018-10-23 11:03:56 +02:00
parent 56ed448424
commit 98f76f0153
Notes: sideshowbarker 2024-07-19 18:44:53 +09:00
3 changed files with 11 additions and 2 deletions

View file

@ -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);