Subversion Repositories SvarDOS

Rev

Rev 1587 | Rev 1589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1587 Rev 1588
Line 124... Line 124...
124
  myptr[0x2f] = 0;
124
  myptr[0x2f] = 0;
125
  myptr[0x30] = rmodseg & 0xff;
125
  myptr[0x30] = rmodseg & 0xff;
126
  myptr[0x31] = rmodseg >> 8;
126
  myptr[0x31] = rmodseg >> 8;
127
 
127
 
128
  /* patch up RMOD's PSP: JFT size @ 0x32-0x33 */
128
  /* patch up RMOD's PSP: JFT size @ 0x32-0x33 */
129
  myptr[0x32] = 0; /* default JFT size (max that fits without an extra allocation) */
129
  myptr[0x32] = 20; /* default JFT size (max that fits without an extra allocation) */
130
  myptr[0x33] = 0;
130
  myptr[0x33] = 0;
131
 
131
 
132
  /* patch up RMOD's PSP: JFT pointer @ 0x34-0x37 */
132
  /* patch up RMOD's PSP: JFT pointer @ 0x34-0x37 */
133
  myptr[0x34] = 0x18; /* the JFT is in the PSP itself */
133
  myptr[0x34] = 0x18; /* the JFT is in the PSP itself */
134
  myptr[0x35] = 0;
134
  myptr[0x35] = 0;