This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update lab1-boot-with-grub2-in-udisk.md
main
chyyuu
9 years ago
parent
885eb12a76
commit
0a4ca0d275
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
related_info/lab1/lab1-boot-with-grub2-in-udisk.md
+ 1
- 1
related_info/lab1/lab1-boot-with-grub2-in-udisk.md
View File
@ -57,7 +57,7 @@ grub-install --force --no-floppy --root-directory=/media/MULTIBOOT/ /dev/sdb1
其内容如下:
```
menuentry 'ucore-lab1' {
knetbsd /boot/
ucore-lab1
knetbsd /boot/
grub_kernel
}
```
创建完`grub.cfg`文件后,再把编译生成的`grub_kernel`拷贝到`/media/MULTIBOOT/boot`目录下。
Write
Preview
Loading…
Cancel
Save