CompuServe Messages

#WB 1.4 News

    08-Aug-89 18:01:56
Sb: #60721-#WB 1.4 News
Fm: Vic Wagner 76046,3004
To: microsmiths 76004,1766
Charlie, there already IS a bit to deal with this: MEMF_PUBLIC. I quote from the early ROM Kernal Manual Vol 1 page 1-62. MEMF_PUBLIC Indicates that the memory requested is to be used for different tasks or interrupt code. This would be for task control blocks, messages, ports and so on. the designation MEMF_PUBLIC should be used to assure compatibility with future versions of the system. I interpret that paragraph to mean that MEMF_PUBLIC memory will NOT be swapped out in a virtual memory system. No need to invent any new flags, just use the ones we already have.