:doc: multiboot2支持模块

This commit is contained in:
fslongjin
2022-07-12 17:57:11 +08:00
parent da4867d662
commit a5ce84c26e
8 changed files with 80 additions and 11 deletions

2
run.sh
View File

@ -29,7 +29,7 @@ OS=`uname -s`
if [ "${OS}" == "Linux" ]; then
GRUB_PATH="$(dirname $(which grub-file))"
elif [ "${OS}" == "Darwin" ]; then
GRUB_PATH="$(pwd)/tools/grub-2.04/build/grub/bin"
GRUB_PATH="$(pwd)/tools/grub-2.06/build/grub/bin"
fi
export PATH="${GRUB_PATH}:$PATH"