On Mon, Jan 6, 2020, at 12:19 AM, Frank D. Engel, Jr. wrote:
>
> I built the file server using a 32-bit 386 kernel but I think 64-bit
> CWFS was used?
64-bit CWFS just means it uses larger addresses for larger disks & files, it's
nothing to do with the system architecture. If I remember right,
Thanks!
I built the file server using a 32-bit 386 kernel but I think 64-bit
CWFS was used? I will try to figure out somehow which block size was
selected, and that gives me something to work with.
Looks like it is just under 1 GB used if I have the 4K block size, and
just under 2 GB used i
> I am trying to make sense of these numbers but having some difficulty
> finding any documentation explaining them.
Your best bet is to read the source in /sys/src/cmd/cwfs; cwfs is a
ported version of the original file server, ie. Ken's.
> Can someone either point me to that documentation or