⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.lst

📁 i386的bootloader源码grub
💻 LST
字号:
## Sample boot menu configuration file## Boot automatically after 30 secs.timeout 30# By default, boot the first entry.default 0# Fallback to the second entry.fallback 1# For booting GNU/Hurdtitle  GNU/Hurdroot   (hd0,0)kernel /boot/gnumach.gz root=hd0s1module /boot/serverboot.gz# For booting GNU/Linuxtitle  GNU/Linuxroot (hd1,0)kernel /vmlinuz root=/dev/hdb1#initrd /initrd.img# For booting GNU/kFreeBSDtitle  GNU/kFreeBSDroot   (hd0,2,a)kernel /boot/loader.gz# For booting GNU/kNetBSDtitle  GNU/kNetBSDroot   (hd0,2,a)kernel --type=netbsd /boot/knetbsd.gz# For booting Mach (getting kernel from floppy)title  Utah Mach4 multibootroot   (hd0,2)pause  Insert the diskette now!!kernel (fd0)/boot/kernel root=hd0s3module (fd0)/boot/bootstrap# For booting FreeBSDtitle  FreeBSDroot   (hd0,2,a)kernel /boot/loader# For booting NetBSDtitle  NetBSDroot   (hd0,2,a)kernel --type=netbsd /netbsd# For booting OpenBSDtitle  OpenBSDroot   (hd0,2,a)kernel --type=netbsd /bsd# For booting OS/2title OS/2root  (hd0,1)makeactive# chainload OS/2 bootloader from the first sectorchainloader +1# This is similar to "chainload", but loads a specific file#chainloader /boot/chain.os2# For booting Windows NT or Windows95title Windows NT / Windows 95 boot menurootnoverify (hd0,0)makeactivechainloader  +1# For loading DOS if Windows NT is installed# chainload /bootsect.dos# For installing GRUB into the hard disktitle Install GRUB into the hard diskroot    (hd0,0)setup   (hd0)# Change the colors.title Change the colorscolor light-green/brown blink-red/blue

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -