[coreboot] Dynamic detection of Parallel Port

ron minnich rminnich at gmail.com
Sat Dec 6 23:11:07 CET 2008


hey, have some fun!

FILE *f;
f = popen("date", "r");

fgets(f, data, sizeof(data));
printf(data);

Any sh command in place of "date" will do.

ron




More information about the coreboot mailing list