MCPcopy Create free account
hub / github.com/coreboot/coreboot / usage

Function usage

util/vgabios/testbios.c:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static void usage(char *name)
104{
105 printf
106 ("Usage: %s [-c codesegment] [-s size] [-b base] [-i ip] [-t] "
107 "<filename> ...\n", name);
108}
109
110/* main entry into YABEL biosemu, arguments are:
111 * *biosmem = pointer to virtual memory

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected