Commit History

Autor SHA1 Mensaxe Data
  nickysn b1144508a7 * fixed the far/huge data ifdefs in InitDosHeap %!s(int64=11) %!d(string=hai) anos
  nickysn ace28a3552 * InitNearHeap procedure renamed InitDosHeap and added support for a huge heap. %!s(int64=11) %!d(string=hai) anos
  nickysn 23b0cf2340 * msdos system unit variable dos_psp renamed PrefixSeg for TP7 compatibility %!s(int64=11) %!d(string=hai) anos
  nickysn 1295b4abf7 - removed the call to CheckNullArea from the exit code for the tiny memory model %!s(int64=11) %!d(string=hai) anos
  nickysn 626000e50d + added System.SelectorInc to the msdos rtl (BP7 compatibility) %!s(int64=11) %!d(string=hai) anos
  nickysn 34e8e5a0dc * handle zero length strings correctly in DebugWrite/DebugWriteLn %!s(int64=11) %!d(string=hai) anos
  nickysn 381d09d03f + added extra_data_offset constant, similar to extra_param_offset but for data %!s(int64=11) %!d(string=hai) anos
  nickysn 4a649c9b08 + i8086 far data memory model support in DebugWrite %!s(int64=11) %!d(string=hai) anos
  nickysn 32c3f4e682 + added cld to DebugWrite %!s(int64=11) %!d(string=hai) anos
  nickysn 517f802ccc * revert to the initial implementation of GetCommandLine as the code generator %!s(int64=11) %!d(string=hai) anos
  nickysn 41d28f91e5 - rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on %!s(int64=11) %!d(string=hai) anos
  nickysn 2425eb243a * DebugWrite and DebugWriteLn moved to the implementation part of the system %!s(int64=11) %!d(string=hai) anos
  sergei 3a55c4301e * Since StackTop=StackBottom+StackLength, any two variables are sufficient to describe stack, the third one is redundant. %!s(int64=11) %!d(string=hai) anos
  nickysn 90c04fef80 + added nil pointer assignment test at the end of program for i8086-msdos %!s(int64=11) %!d(string=hai) anos
  nickysn 180ddf2ddd + i8086 FPU detection code updated to also identify the FPU type (8087/287/387+) %!s(int64=11) %!d(string=hai) anos
  nickysn 06c5acf69a + added division by zero exception handling for i8086-msdos %!s(int64=11) %!d(string=hai) anos
  nickysn 8066d12c87 * fixed the stack traces under i8086-msdos (StackTop wasn't initialized) %!s(int64=11) %!d(string=hai) anos
  nickysn 28c16f31e6 * __stkbottom, __nearheap_start and __nearheap_end moved to the implementation %!s(int64=11) %!d(string=hai) anos
  nickysn 009037f9d9 * the Seg0040, SegA000, SegB000 and SegB800 constants changed to typed constants %!s(int64=12) %!d(string=hai) anos
  nickysn 5d4ebf0dca + added extra_param_offset constant for accessing parameters in asm routines with nostackframe %!s(int64=12) %!d(string=hai) anos
  nickysn 4e2962e6ae - do not initialize the regular heap manager under i8086-msdos, so it can be smartlinked away %!s(int64=12) %!d(string=hai) anos
  nickysn 0013186e2d + fully implemented ParamStr and ParamCount on i8086-msdos %!s(int64=12) %!d(string=hai) anos
  nickysn 035cb74855 * far pointer helper types made global in the implementation of the system unit %!s(int64=12) %!d(string=hai) anos
  nickysn de26059b61 + added dos version check in GetProgramName %!s(int64=12) %!d(string=hai) anos
  nickysn 9185ee9423 - rm debug writeln committed by accident %!s(int64=12) %!d(string=hai) anos
  nickysn 7628c87e44 + obtain the msdos version on startup %!s(int64=12) %!d(string=hai) anos
  nickysn 52328554e4 + implemented ParamStr(0) on i8086-msdos, using our limited far pointer support %!s(int64=12) %!d(string=hai) anos
  pierre 7f5aa5a441 Avoid some range check errors for msdos target %!s(int64=12) %!d(string=hai) anos
  nickysn f1861a71d6 + fixed startup hang in the i8086-msdos rtl on systems without an FPU %!s(int64=12) %!d(string=hai) anos
  nickysn 74cd67b85c + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) %!s(int64=12) %!d(string=hai) anos