mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 13:00:59 +00:00
- Process::exec() needs to restore the original paging scope when called on a non-current process. - Add missing InterruptDisabler guards around g_processes access. - Only flush the TLB when modifying the active page tables.
10 lines
142 B
Bash
Executable file
10 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo id
|
|
|
|
make -C ../LibC clean && \
|
|
make -C ../LibC && \
|
|
make -C ../Userland clean && \
|
|
make -C ../Userland && \
|
|
sudo ./sync.sh
|
|
|