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