Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1587 → Rev 1588

/svarcom/trunk/rmodinit.c
126,7 → 126,7
myptr[0x31] = rmodseg >> 8;
 
/* patch up RMOD's PSP: JFT size @ 0x32-0x33 */
myptr[0x32] = 0; /* default JFT size (max that fits without an extra allocation) */
myptr[0x32] = 20; /* default JFT size (max that fits without an extra allocation) */
myptr[0x33] = 0;
 
/* patch up RMOD's PSP: JFT pointer @ 0x34-0x37 */