Minor fixes, use small pages to make it work

This commit is contained in:
Zhang Junyang
2023-07-20 19:40:13 +08:00
committed by Tate, Hongliang Tian
parent d407d85e70
commit e96884b72d
6 changed files with 21 additions and 6 deletions

View File

@ -5,7 +5,7 @@ set -eux
KERNEL=$1
# Copy the needed files into an ISO image.
mkdir -p target/iso_root
mkdir -p target/iso_root/boot
cp $KERNEL target/iso_root/boot/jinux
mkdir -p target/iso_root/boot/grub
cp build/grub/conf/grub.cfg target/iso_root/boot/grub