int main() {
unsigned char c; if (ioperm(0x378,1,1) < 0) { perror("ioperm"); return 1; } c = inb_p(0x378); putchar(c); return 0; }
Пускаю от rootа, Segmentation Fault Что делаю не так?
int main() {
unsigned char c; if (ioperm(0x378,1,1) < 0) { perror("ioperm"); return 1; } c = inb_p(0x378); putchar(c); return 0; }
Пускаю от rootа, Segmentation Fault Что делаю не так?