mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 20:16:42 +00:00
Minor fixes, use small pages to make it work
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
d407d85e70
commit
e96884b72d
@ -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
|
||||
|
Reference in New Issue
Block a user