[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::hackers

Title:** Hackers **
Moderator:XDELTA::HOFFMAN
Created:Mon Feb 01 1988
Last Modified:Tue May 27 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1838
Total number of notes:13578

1829.0. "User System Services on AXP " by GALVIA::FOX_F () Mon Feb 24 1997 08:35

    
    
    Would anyone have any examples of User Written System Services 
    written in MACRO that have been ported to run on the ALPHA. 
    
    I have to port some of these and I would like to have an example 
    to work with in Macro showing how to set up the PLV and the link  
    commands. 
    
    Thanks a lot, 
    John. 
T.RTitleUserPersonal
Name
DateLines
1829.1SMURF::FENSTERYaacov Fenster - System Engineering, Troubleshooting and other mMon Feb 24 1997 14:251
    Does ported from Macro on Vax to DEC C on AXP count ?
1829.2try [loadss.lis]rdbdisp.lisSTAR::GOLDENBERGRuth GoldenbergMon Feb 24 1997 14:327
    Do you have access to  OpenVMS Alpha listings? If so, you could look at
    [loadss.lis]secshrlnk.com and rdbdisp.lis. Not a short and simple
    example, and most of the modules linked are in BLISS, but rdbdisp.lis,
    the module that sets up the PLV, is in macro.
    
    hope this helps,
    ruth
1829.3http://fluid.mro.dec.com:80/www-swdev/pages/Home/TECH/faqs/ovms/execlet.htmlHYDRA::NEWMANChuck Newman, 508/467-5499 (DTN 297), MRO1-3/F26Mon Feb 24 1997 19:093
Specifically, see the source to MY_UWSS.MAR

								-- Chuck Newman
1829.4Confirm UWSS NecessityXDELTA::HOFFMANSteve, OpenVMS EngineeringMon Feb 24 1997 20:3310
:    I have to port some of these and I would like to have an example 
:    to work with in Macro showing how to set up the PLV and the link  
:    commands. 

   Be aware that many UWSS system services may be (are?) no longer needed,
   as OpenVMS VAX and OpenVMS Alpha have added a number of new features
   since many of the UWSS routines were written.  (And rather than a blind
   port of the Macro32, I'd confirm the services are still needed, and I'd
   *definitely* seriously look at a port to C.)

1829.5AUSS::GARSONDECcharity Program OfficeMon Feb 24 1997 23:555
    re .0
    
    and if you decide that the UWSS is still necessary, regardless of what
    language you use, you might want to review its security. I've seen some
    pretty scary UWSSs.
1829.6Mixed Languages Work Fine...XDELTA::HOFFMANSteve, OpenVMS EngineeringTue Feb 25 1997 16:395
   A variant on .4, use the C PLV support from SYS$EXAMPLES:, and LINK
   in the existing Macro32 compiled code... (While you're porting the
   Macro32 code to C. :-)