Giacomo Tesio
fc42b02a28
PRO MEMORIA: in arch/amd64/include/ureg.h the commented registers are preserved.
They were removed at 6ab2e16c9f
but apparently the es register is used by vesavga (386 version) in both Plan9, 9front and 9atom.
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/rc
|
|
if(test -e /mnt/keys/$1)
|
|
echo -n disabled > /mnt/keys/$1/status
|
|
if(test -e /mnt/netkeys/$1)
|
|
echo -n disabled > /mnt/netkeys/$1/status
|