mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02: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.
13 lines
167 B
Bash
Executable File
13 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo id
|
|
|
|
make -C ../LibC clean && \
|
|
make -C ../LibC && \
|
|
make -C ../Userland clean && \
|
|
make -C ../Userland && \
|
|
make clean &&\
|
|
make && \
|
|
sudo ./sync.sh
|
|
|