Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1594 → Rev 1595

/svarcom/trunk/rmodinit.c
246,6 → 246,13
ptr[1] = rmodseg;
}
 
/* set my own parent to RMOD (this is not necessary for MS-DOS nor FreeDOS but
* might be on other DOS implementations) */
{
unsigned short *ptr = (void *)0x16;
*ptr = rmodseg;
}
 
return(res);
}