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

📄 menu.lst

📁 开放源码实时操作系统源码.
💻 LST
字号:
# Example GRUB boot menu configuration file for eCos

default 0
timeout 30

# eCos tm_basic test from dd0
title eCos - tm_basic fd0
root (fd0)
kernel /boot/tm_basic

# eCos tm_basic test from hd0
title eCos - tm_basic hd0
root (hd0,0)
kernel /boot/tm_basic

# eCos tcp_echo test from fd0
title eCos - tcp_echo fd0
root (fd0)
kernel /boot/tcp_echo

# eCos tcp_echo test from hd0
title eCos - tcp_echo hd0
root (hd0)
kernel /boot/tcp_echo

# eCos nc_test_slave test from fd0
title eCos - nc_test_slave fd0
root (fd0)
kernel /boot/nc_test_slave

# eCos nc_test_slave test from hd0
title eCos - nc_test_slave hd0
root (hd0)
kernel /boot/nc_test_slave

#end


⌨️ 快捷键说明

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