¿ªÔÆÌåÓý

Re: Getting Started with VM/CMS
1985 would have been VM/SP release 3 era.? I installed VM/ESA 1.1 in early 1992.? Logging on via the logo screen came about with VM/SP.? With VM/370, it is easier if you clear the logo screen
By gdblodgett · #140 ·
Re: Getting Started with VM/CMS
35 years ago ... 1985 ... VM/ESA ... so a bit more modern to the old six pack (!) On the six pack 1.3 beta we have fsedit rather than xedit and fslist. Both community created. And also brexx. Fsedit
By adriansutherland67 · #139 ·
Re: Getting Started with VM/CMS
Thanks for the replies. After some experimentation, I discovered that the 'logon' command only works when abbreviated to 'log'. Using the abbreviated form I can specify both username and password on
By Steven Fosdick · #138 ·
Re: Getting Started with VM/CMS
Hi Steven,
By Peter Coghlan · #137 ·
Re: Getting Started with VM/CMS
The password? which is cmsuser¡­! So do Logon cmsuser cmsuser Dave Sent: 19 January 2020 19:54 To: [email protected] Subject: [h390-vm] Getting Started with VM/CMS Hello, I used VM/CMS very briefly
By Dave Wade · #136 ·
Getting Started with VM/CMS
Hello, I used VM/CMS very briefly during school work experience over 35 years ago and then came across Hercules and this mailing list and thought I'd have a play with it. I found
By Steven Fosdick · #135 ·
Re: Hi
Test post
By ScottC · #134 ·
New file uploaded to [email protected]
Hello, This email message is a notification to let you know that the following files have been uploaded to the Files area of the [email protected] group. * /GCCLIB-Src-from-6pk-12.aws (
By [email protected] Notification <h390-vm+notification@...> · #133 ·
CMSINIT.C
Sorry for the cross post. I need this file otherwise GCCLIB cannot be built. If we can't find this I will need to backout resident capability and re-implement it (which means I need an example of this
By adriansutherland67 · #132 ·
Re: GCCLIB Build Update and Questions
After thought, the guys would not have added the stubs if they intended to carry on using define/macro so I am reenabling the c code. Works with free and malloc - so I will continue :-)
By adriansutherland67 · #131 ·
Re: GCCLIB Build Update and Questions
Enjoy!
By adriansutherland67 · #130 ·
Re: GCCLIB Build Update and Questions
OK you asked what happens. Well what should happen is that the SYSPROF calls RESLIB which loads "GCCLIB TEXT" into memory. This contains the real "C" library. It then patches the CMS Nucleus to point
By Dave Wade · #129 ·
Re: GCCLIB Build Update and Questions
The new assemble files kind of needed a new c file too - kind of - so If we look at free for example in stdlib.c // Note:? free is implemented as a macro.? See stdlib.h. // void free(void * ptr) //
By adriansutherland67 · #128 ·
GCCLIB Build Update and Questions
The current state of play is @ https://github.com/adesutherland/CMS-370-GCCLIB/tree/feature/no-dostran (note in the feature/no-dostran branch). * 0.6 version code and changes for NO DOSTRAN *
By adriansutherland67 · #127 ·
Re: YREGS
The source of YREGs is here http://www.stben.net/files/MVS_3.8/asm/YREGS Jim adrian@...> wrote:
By Jim Ruddy · #126 ·
Re: YREGS
Gary - confirmed - thanks!
By adriansutherland67 · #125 ·
Re: YREGS
Per GC20-1818-3 IBM Virtual Machine Facility 370 CMS Command and Macro Reference Rel 6, the REGEQU member is located in the CMSLIB MACLIB. I fired up my VM/370 6 pack and verified that it is located
By gdblodgett · #124 ·
Re: YREGS
Thanks ... When I figure out where it is I will post here in case anyone cares in the future ?
By adriansutherland67 · #123 ·
Re: YREGS
On z/OS systems today YREGS is just a simple assembler macro introduced to MVS in 1992 as part of DFSMS V1 (5695-DF1) which consists of simple general register equates like this: R0 EQU 0 R1 EQU 1
By pjfarley3 · #122 ·
Re: YREGS
Peter - thank you for your reply. In fact there is a macro - REGEQU - I was missing a global maclib (I am going to use trial an error to find the actual one - I just added all I could find!)
By adriansutherland67 · #121 ·