lkml.org 
[lkml]   [1997]   [Jan]   [7]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 6 Jan 1997 02:41:53 -0600
From(Todd T. Fries)
Subjectwhat is wrong with this?
#include <asm/io.h>
void main()
{ 
   long port;
   short data;
   port = 0x8370;
   data = 0;
   iopl(3);
   (*(volatile unsigned short *)(port))=0;
}
running this as root should not segv.  However, it does.  Why?

tried linux 2.1.14 and 2.1.20...

-- Todd T. Fries .. friest@acm.org

\
 
 \ /
  Last update: 2005-03-22 12:38    [from the cache]
©2003-2008