install
来自「一个微型操作系统源码」· 代码 · 共 42 行
TXT
42 行
How to install OSV on your machine================================== OSV is an operating system that uses Linux for compiling / installing. You need: o gcc (2.91.x is tested) o nasm v0.98 o ld 2.9.1 o ar If you software versions do not match, I guess OSV will still compile, because it doesn't has many internal restrictions that will make OSV 'compiler dependend'. Compiling ========= In order to compile OSV, type 'make' in the top directory. You can also type 'make clean' before, to rebuild the entire distribution. Installing ========== In order to start OSV you need GRUB (GRand Unified Bootloader). You can get GRUB v0.5.95 from ftp://alpha.gnu.org/gnu/grub/grub-0.5.95.tar.gz . After you install GRUB, edit the /boot/grub/menu.lst file by adding the following three lines: title OSV root (hd1,0) kernel /ozv Well, (hd1,0) is /dev/hdb1, (hd0,0) is /dev/hda1 etc. The 'root' is the partition that contains the 'ozv' file. The 'kernel' field must point to the ozv file on the 'root' partition. Reboot the system and choose to boot OSV from the GRUB menu. Any other questions, suggestions etc. goes to rocksoul@mail.com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?