2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 23:01:31 +00:00
xNBA/src/interface/pxe
Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are
defined in vsprintf.h.  (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)

There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
2006-09-27 10:58:14 +00:00
..
pxe_errors.c gcc is rather over-aggressive about optimising out static data structures 2006-04-24 18:31:37 +00:00
pxe_loader.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
pxe_preboot.c Implement enough of PXENV_GET_CACHED_INFO to support pxelinux. 2006-08-09 02:59:19 +00:00
pxe_tftp.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
pxe_udp.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
pxe_undi.c We don't actually have a stdio.h header file. Our printf() functions are 2006-09-27 10:58:14 +00:00
pxe.c Added pxe_netdev; a slight hack for now, but will need to be done 2006-08-09 02:58:27 +00:00