-
-
Save robinsmidsrod/3928675 to your computer and use it in GitHub Desktop.
iPXE config fo HelenOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
# Get the ISO from | |
# http://www.helenos.org/download | |
# and unpack the files in /boot/ to the directory | |
# where this file is placed | |
# (note that you have to enable more than 8 modules | |
# for multiboot) | |
kernel kernel.bin | |
module ns | |
module loader | |
module init | |
module locsrv | |
module rd | |
module vfs | |
# Only available in current development version | |
#module logger | |
module fat | |
module initrd.img | |
boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment