// A Sample rpld configuration file /* * Note both c++ and c style comments are accepted */ /* * A host block for a linux client * rpld is able to read and understand linux kernel images * and load them appropriately */ HOST { ethernet = 00:d0:11:11:11:11; blocksize = 1404; FILE { path = "/rplboot/zImage"; offset=0x000; load=0x0f600; }; execute=0x0f600; };