version 1.1, 2012/12/27 23:53:29
|
version 1.2, 2012/12/29 04:12:41
|
Line 24 it, and presents a grub like menu. It t
|
Line 24 it, and presents a grub like menu. It t
|
kernel and ramdisk image from the domU disk, and stores temporary |
kernel and ramdisk image from the domU disk, and stores temporary |
copies of them. Finally, it creates a file containing: |
copies of them. Finally, it creates a file containing: |
|
|
kernel=<path to kernel image> |
- kernel=\<path to kernel image\> |
ramdisk=<path to ramdisk image> |
- ramdisk=\<path to ramdisk image\> |
extras=<kernel parameters> |
- extras=\<kernel parameters\> |
|
|
This file gets processed by xend as if it were part of the domU |
This file gets processed by xend as if it were part of the domU |
config. |
config. |
|
|
Most of the code required to do the NetBSD equivalent should be |
Most of the code required to do the NetBSD equivalent should be |
available as part of /boot or the libraries it depends on. The |
available as part of /boot or the libraries it depends on. The |
path to the source code for /boot is: sys/arch/i386/stand/boot. |
path to the source code for _/boot_ is: _sys/arch/i386/stand/boot_. |
""" ]] |
""" ]] |