diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-28 22:40:55 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-28 22:40:55 +0100 |
commit | 7455f5ea4200c5f90bcbc2c025c58a00938952c4 (patch) | |
tree | 74c4232ecea73688a726bcd009e2d4f1092c2260 /Kernel/sync.sh | |
parent | 442351a5f801e3c3feb967d60404457988da30e7 (diff) | |
download | serenity-7455f5ea4200c5f90bcbc2c025c58a00938952c4.zip |
Expose the kernel log buffer through /proc/dmesg.
Also add a /bin/dmesg program for convenience.
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index f485bba22a..429515b955 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -49,6 +49,7 @@ cp -v ../Userland/guitest mnt/bin/guitest cp -v ../Userland/guitest2 mnt/bin/guitest2 cp -v ../Userland/sysctl mnt/bin/sysctl cp -v ../Terminal/Terminal mnt/bin/Terminal +cp -v ../Userland/dmesg mnt/bin/dmesg sh sync-local.sh cp -v kernel.map mnt/ ln -s dir_a mnt/dir_cur |