[Info-vax] Q: How to deassing a kernel mode logical name from the system table

VAXman- at SendSpamHere.ORG VAXman- at SendSpamHere.ORG
Wed Oct 14 16:41:51 EDT 2009


In article <mailman.42.1255550777.18305.info-vax_rbnsn.com at rbnsn.com>, norm.raphael at metso.com writes:
>Is it able to deassign it this logical name?
>
>$sho log/syst /full FOOLISH*
>
>(LNM$SYSTEM_TABLE)      [kernel]  [shareable,system]
>                        [Protection=(RWC,RWC,R,R)]  [Owner=[SYSTEM]]
>
>  "FOOLISH" [kernel,no_alias] = "811DFB40"
>

Yes.  

	.PSECT	DATA,WRT,NOEXE,5
ARGLST:	.LONG	3
	.ADDRESS	TABLE
	.ADDRESS	LOGICAL
	.LONG	0

TABLE:	.ASCID	"LNM$SYSTEM_TABLE"
	.ALIGN	LONG
LOGICAL:.ASCID	"FOOLISH"
	.ALIGN	LONG

	.PSECT	CODE,NOWRT,EXE,5
	.ENTRY	GO,0
	$CMKRNL_S	ROUTIN=SYS$DELLNM,-
			ARGLST=ARGLST
	RET
	.END	GO

-- 
VAXman- A Bored Certified VMS Kernel Mode Hacker    VAXman(at)TMESIS(dot)ORG

  http://www.quirkfactory.com/popart/asskey/eqn2.png
  
  "Well my son, life is like a beanstalk, isn't it?"



More information about the Info-vax mailing list