]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[autoboot] Split main control flow out of main() into a new function ipxe()
authorMichael Brown <mcb30@ipxe.org>
Mon, 11 Mar 2013 18:38:42 +0000 (18:38 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 13 Mar 2013 22:24:13 +0000 (22:24 +0000)
commit033f4c92ca86834e44cb3c2a75cdc87cdef80cf9
tree0bb54bb20a11e2bed4bde9d0c3f0ee96b37bd1f8
parent1025835d802978a16af456deca7a95265ba13af9
[autoboot] Split main control flow out of main() into a new function ipxe()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/main.c
src/include/usr/autoboot.h
src/usr/autoboot.c