cptaffe / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

scram doesnt work if aux/apm was not running (T23) #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
scram doesnt work if aux/apm is not run before on T23.

if it depends on aux/apm todo initialization then i dont
see the point of it.

then it could be replaced by "echo system off >/mnt/apm/ctl"

Original issue reported on code.google.com by cinap_le...@felloff.net on 23 Aug 2011 at 5:52

GoogleCodeExporter commented 9 years ago
is the reason for doing apm calls directly that we cant walk to
/mnt/apm/ctl after halting the filesystem?

Original comment by cinap_le...@felloff.net on 23 Aug 2011 at 6:02

GoogleCodeExporter commented 9 years ago
the reason is simply not depending on aux/apm, nothing else

Original comment by a...@phicode.de on 23 Aug 2011 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by cinap_le...@felloff.net on 24 Aug 2011 at 4:31

GoogleCodeExporter commented 9 years ago
ok, thank you. fixed now. problem was that the apm bios
in the T23 expects that we query the version first. otherwise
you just get "16bit-protected mode interface not supported".

Original comment by cinap_le...@felloff.net on 24 Aug 2011 at 6:25