Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1595 → Rev 1594

/svarcom/trunk/rmodinit.c
246,13 → 246,6
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);
}