Skip to content

Instantly share code, notes, and snippets.

@vhotspur
Created October 21, 2012 21:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vhotspur/3928645 to your computer and use it in GitHub Desktop.
Save vhotspur/3928645 to your computer and use it in GitHub Desktop.
iPXE config fo HelenOS
#!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
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