Run first app from ramdisk!
This commit is contained in:
13
aux/devel.sh
Executable file
13
aux/devel.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -xe
|
||||
|
||||
if [ "$1" = "debug" ]; then
|
||||
make -B all_kernel buildtype=debug
|
||||
else
|
||||
make -B all_kernel
|
||||
fi
|
||||
|
||||
make -B all_apps
|
||||
make -B all_dist
|
||||
./aux/limine_iso_amd64.sh
|
||||
Reference in New Issue
Block a user