mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Added quick and dirty commands for testing the new NVO code.
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
void test_req();
|
||||
void test2_req();
|
||||
void help_req();
|
||||
void nvo_cmd_req();
|
||||
|
||||
void commandlist()
|
||||
{
|
||||
test_req();
|
||||
test2_req();
|
||||
// test_req();
|
||||
// test2_req();
|
||||
help_req();
|
||||
nvo_cmd_req();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user