Skip to content

Commit

Permalink
update to riscv-kernel-6.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 19, 2024
1 parent 09c00a5 commit 215d2be
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ fi
# Compile
#

OLD=$(pwd)

cd ..
mkdir initrd.dir
cd initrd.dir
mkdir bin ; chmod 755 bin
Expand All @@ -16,10 +19,10 @@ mkdir dev ; chmod 755 dev
mknod dev/console c 5 1 ; chmod 666 dev/console
mknod dev/null c 1 3 ; chmod 666 dev/null
mknod dev/zero c 1 5 ; chmod 666 dev/zero
mknod dev/tty c 5 0 ; chmod 600 /dev/tty
mknod dev/tty1 c 5 0 ; chmod 600 /dev/tty1
mknod dev/tty c 5 0 ; chmod 600 dev/tty
#mknod dev/tty1 c 5 0 ; chmod 600 dev/tty1

cd ..
cd $OLD

if [ "$IS_LTS" = "NO" ]; then
echo -e "Using $LOGICAL_CORES jobs for this non-LTS build..."
Expand Down

0 comments on commit 215d2be

Please sign in to comment.