readme
来自「操作系统试验!通过这个试验」· 代码 · 共 23 行
TXT
23 行
Use GNU Tools to implement lab 11. How to use GRUB as the kernel's loader A. use mtools to create a FAT12 virtual floppy disk. (mformat) B. $mkdir boot; copy your kernel and grub.conf,stage1,stage2 menu.lst should look as: $cat menu.lst default=0 timeout=10 title Bare Kernel kernel (fd0)/boot/kernel $mcopy grub k:/ (copy the whole grub directory to virtual disk) C. dd if=vdisk of=/dev/floppy ( create a real disk ) D. or just use the virtual disk: start your favorate Virtual Machine(VPC,VMWare,or Bochs) and "insert" the virtual disk boot from grub and enter the command interface(prcess c) just type: >kernel (fd0) >setup (fd0) E. your floppy disk now can be boot from real PC!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?