mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
e71cb1c56b
- 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.
11 lines
142 B
Bash
Executable File
11 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
|
|
|