Thanks to visit codestin.com
Credit goes to github.com

Skip to content

simenido1/ipxe

 
 

Repository files navigation

iPXE README File

Quick start guide:

   cd src  
   make

Prompt usage: prompt [--key <key>] [--timeout <timeout>] [--variable <variable>] [<text>]
variable syntax is equal to "set" command. For example:

   prompt --variable=var:int16

After user prompts, you can use variable "var" via ${ }, show, clear, set etc. ASCII code of the read symbol will be stored in the variable.

Added AVI video playing to console function, usage:

   console --picture=tftp://192.168.0.103/test.avi --keep

--keep is nessesary MPEG-4 codecs (H264, AVC, XVID) are supported. For any more detailed instructions, see http://ipxe.org

About

iPXE network bootloader

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
GPL-2.0
COPYING.GPLv2
Unknown
COPYING.UBDL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.9%
  • Assembly 0.9%
  • Perl 0.5%
  • Makefile 0.3%
  • PHP 0.2%
  • Python 0.1%
  • Other 0.1%