📄 readme
字号:
This is SuperH boot.b for LILO.You can use this program with LILO as /boot/boot.b.This program may be distributed under GNU GPL. Niibe Yutaka <gniibe@m17n.org> Nezu Bunkyo-ku Tokyo JAPAN August 2000* Use of LILO in cross development environmentHere's lilo.conf which I use:------------------------------linear# Cross LILO# Actually, it's /dev/hdaboot = /dev/hdcdisk = /dev/hdc bios=0x80#delay = 30vga = normalimage = /boot/vmlinuz label = linux root = /dev/hda1 read-only------------------------------As of SH BIOS 0.5, only LBA access is supported. So, you must need"linear" line.It is better *not* to add "compact" line. As SH BIOS doesn't checkhow many multiple sectors can be read, it may not work.In my cross environment, Compact Flash card is accessed as the device/dev/hdc at the host. This disk is shown as /dev/hda at the targetside. I specify "boot = /dev/hdc" to write the MBR and `map' file inthe disk of /dev/hdc (at the host). However, since the disk is shownas /dev/hda at the target machine, special care is needed (or else,/dev/hdc would be accessed in the target too). That's the trick twolines: "disk = /dev/hdc ... bios = 0x80", where 0x80 means /dev/hdafor BIOS. With these lines, disk geometry uses 0x80 (/dev/hda).If you mount /dev/hdc at /mnt, the invocation of LILO is: # lilo -r /mntYou need to have /mnt/etc/lilo.conf and /mnt/dev/hdc, /mnt/dev/hda1 andother files in the target disk under /mnt.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -