Changes between Version 11 and Version 12 of jazz/09-04-16
- Timestamp:
- Apr 16, 2009, 7:18:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-04-16
v11 v12 4 4 * [備忘] 要編譯包含 asm 的程式碼(Ex. 有 include <asm/io.h> 的原始碼)需要安裝 [http://packages.debian.org/etch/linux-kernel-headers linux-kernel-headers] 或 [http://packages.debian.org/lenny/linux-libc-dev linux-libc-dev](lenny 以後版本) 5 5 6 * [待測試] [http://wiki.xensource.com/xenwiki/LiveCD Xen Live CD 2.0] 的 [http://livexen01.worldweb.com.br/release-0.8.2/xenlivecd-0.8.2.tar.gz build script(ISO Generator)] - 瞭解 isolinux 是如何下參數啟動 xen hypervisor 呢?? 一樣是靠 mboot.c32 嗎?? 6 * [待測試] [http://wiki.xensource.com/xenwiki/LiveCD Xen Live CD 2.0] 的 [http://livexen01.worldweb.com.br/release-0.8.2/xenlivecd-0.8.2.tar.gz build script (ISO Generator)] - 瞭解 isolinux 是如何下參數啟動 xen hypervisor 呢?? 一樣是靠 mboot.c32 嗎?? 7 * 經過簡單的原始碼目錄追蹤,發現它是用 grub 來當 ISO 開機的 boot loader 因此就簡單許多。 8 * 在 ISO Generator 的 TODO 裡提到:最好把相對應的 script 整合進 live-helper 裡,那以後就不需要自己維護不同的版本。 7 9 8 10 == DRBL ==