[comp.sys.amiga] Bug with bss hunks.

claudio@forty2.UUCP (Claudio Nieder) (01/04/88)

[ is the line eater still alive ? ]

Amiga Dos Technical Reference Manual:

 "The memory used for bss blocks is zeroed by the loader when it is allocated."

Unfortunatly only (N mod 65536) longwords are cleared, thus if you have a bss
hunk larger then 262140 bytes, only a part of it will be cleared !

				claudio