Does this work from a regular user account, or do you have to be root?
  -M@

-- 
Matthew Hixson - CIO              Linux, n;
FroZenWave Communications           the nouveau postmodern operating
http://www.frozenwave.com           system for the masses

On Tue, 17 Nov 1998, Alan Cox wrote:
> 
> 
> $ cat a.s
>       .text
>       .align 4096                   /* r1 */
>       .globl _start
> _start:
>         movl   _start, %edi           /* S1 */
>       cmpb  0x80000000(%edi),%dl    /* r2, S2 */
>       je    nowhere                 /* r3 */
>       ret
> $ as -o a.o a.s
> $ ld -defsym nowhere=0xc0000000 a.o
> $ ./a.out
> 
> [crash]
> 
> The crash is so solid the soft power on on ATX boards wont work afterwards
> and you'll  need to use the hard switch.
> 

Reply via email to