3 Aug
2001
3 Aug
'01
5:03 p.m.
On 03 Aug 2001 10:02:30 -0700, sean.upton@uniontrib.com wrote:
I sort of worry on USparc because the user-space is 32 bit, but kernel space is 64, which makes me worry that files too big would break fsck or something... Would python be able to support LFS in this sort of arrangement...
python.org is up (Though maybe not for too long, there seems to be no space left on some device ..) so I found this reference: http://www.python.org/doc/current/lib/posix-large-files.html Which talks about LFS in Python. You could check the values they reference, and verify. Happy compiling, Bill