david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/contrib/romid
2005-05-17 16:44:57 +00:00
..
pktdrv.bat Initial revision 2005-05-17 16:44:57 +00:00
readme Initial revision 2005-05-17 16:44:57 +00:00
romid.c Initial revision 2005-05-17 16:44:57 +00:00
setenvs.c Initial revision 2005-05-17 16:44:57 +00:00

This simple utility has currently no correct error checking.
If your environment space couldn't hold up the variables, the
program breaks without an error message, so be sure to add a 
line similar to the following to your config.sys:
SHELL=A:\COMMAND.COM A:\ /P/E:2048

The batch is a sample which shows how it could be used for those
one not familar with batch files and environment variables.