📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -