/* * outp.c -- write the port/value pairs specified in hex on the command line * * Tested with 1.2 and 2.0 on the x86 * It won't run on other platforms. */ #ifndef __i386__ # error "This program can't compile or run on non-intel computers" #else #include #include #include #include int main(int argc, char **argv) { unsigned int i,n,v; setuid(0); /* if we're setuid, do it really */ for (i=1;i

AltStyle によって変換されたページ (->オリジナル) /