Plan 9 from Bell Labs’s /usr/web/sources/contrib/kws/v3d/demo.rc

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

bind -c '#g' /mnt/segment

rm -rf /mnt/segment/v3dmmu
mkdir /mnt/segment/v3dmmu
echo 'va 0x1000000 0x410000 fixed' > /mnt/segment/v3dmmu/ctl

rm -rf /mnt/segment/v3dcode
mkdir /mnt/segment/v3dcode
echo 'va 0x2010000 0x10000 fixed' > /mnt/segment/v3dcode/ctl

rm -rf /mnt/segment/v3dbo
mkdir /mnt/segment/v3dbo
echo 'va 0x2020000 0x10000 fixed' > /mnt/segment/v3dbo/ctl

rm -rf /mnt/segment/v3dunif
mkdir /mnt/segment/v3dunif
echo 'va 0x2030000 0x10000 fixed' > /mnt/segment/v3dunif/ctl

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.