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:
parent
56ed448424
commit
98f76f0153
Notes:
sideshowbarker
2024-07-19 18:44:53 +09:00
Author: https://github.com/awesomekling
Commit: 98f76f0153
3 changed files with 11 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue