2

誰か意味を説明してくれませんか

outb(0x10,short_base+2);

ググって調べてみましたがダメでした。

4

2 に答える 2

5

システム コールについては、man ページのセクション 2 で説明されています。man 2 outb

   void outb(unsigned char value, unsigned short int port);

DESCRIPTION
   This family of functions is used to do low-level port input and  output.
   The  out* functions do port output, the in* functions do port input; the
   b-suffix functions are byte-width and the w-suffix functions word-width;
   the _p-suffix functions pause until the I/O completes.
于 2014-03-18T06:33:01.837 に答える