> Could somebody mail me an example of a successful allocation of flash > memory for Plan 9 use on a Sheevaplug so I can figure out what I am > doing wrong?
In you case, you may simply include the nvram in your kernel by adding the "nvram" file to the bootdir section of your kernel configuration and adding "nvram=/boot/nvram" to your plan9.ini. However, if you don't want to spread your passwords over your network, you would prefer to use the flash, simply by adding, for example, the following to your /cfg/*/cpurc: echo add nvram 0x100000 0x120000 >'#'F/flashctl See flash(3) for a description of devflash. -- David du Colombier
