adesutherland / CMS-370-BREXX

VM/370 Port of BREXX
Other
7 stars 5 forks source link

Use Global Process Memory #37

Closed adesutherland closed 3 years ago

adesutherland commented 4 years ago
  1. Use GCCLIB Facilities:

    • void* CMSPGAll(size_t size) - Allocate / Reallocate Process Global Memory Block
    • void* CMSGetPG(void) - Get the address of the Process Global Memory Block
  2. Update HI/HT/HE Reset logic

Waiting for GCCLIB facility

adesutherland commented 3 years ago

No longer needed