diff options
Diffstat (limited to 'examples/bootfloppy')
-rwxr-xr-x | examples/bootfloppy/mkdevs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bootfloppy/mkdevs.sh b/examples/bootfloppy/mkdevs.sh index 03a1a8550..8e9512f82 100755 --- a/examples/bootfloppy/mkdevs.sh +++ b/examples/bootfloppy/mkdevs.sh @@ -57,6 +57,6 @@ ln -s vcs0 vcs # virtual console screen w/ attributes devs for i in `seq 0 9`; do - mknod vcsa$i b 7 $i + mknod vcsa$i b 7 $((128 + i)) done ln -s vcsa0 vcsa |