nickysn
|
c44f760015
* i8086 near heap renamed 'tiny heap', moved to the inc/ directory
|
12 years ago |
nickysn
|
599d5d74ca
+ implemented Randomize for msdos
|
12 years ago |
nickysn
|
620dc8cb64
* close all open files on exit
|
12 years ago |
nickysn
|
bbcd3506b3
+ call initvariantmanager on msdos system unit startup
|
12 years ago |
nickysn
|
28545f2fad
+ implemented near heap for i8086-msdos, based on the embedded target heap
|
12 years ago |
nickysn
|
aab6df13ba
* use Seg() instead of DSeg in the msdos rtl
|
12 years ago |
nickysn
|
27559aa5f8
* use Ofs() instead of typecasting to word for getting the offset of a pointer
|
12 years ago |
nickysn
|
2fd729cb4d
+ added CheckLFN to the msdos rtl
|
12 years ago |
nickysn
|
8f71f3b5fd
+ initialize more stuff in the msdos system unit startup
|
12 years ago |
nickysn
|
47342630e0
+ allocate space for stack and heap dynamically on program startup for i8086-msdos
|
12 years ago |
florian
|
9edacdc9b4
+ mem declarations
|
12 years ago |
nickysn
|
b61a9ba6a6
+ implemented GetProcessID for i8086-msdos (returns the PSP)
|
12 years ago |
nickysn
|
1077093b08
+ added error checking to the dos file operations
|
12 years ago |
nickysn
|
c76b459324
* implemented the MsDos function with an asm prequel to the Intr function
|
12 years ago |
nickysn
|
7b578f3e9c
* reimplemented do_write and do_isdevice in Pascal, using the MsDos procedure
|
12 years ago |
nickysn
|
cd18b792ab
+ added Intr and MsDos implementations for i8086-msdos
|
12 years ago |
nickysn
|
f24f119822
* SysInitStdIO doesn't crash anymore on the i8086, so enable it in the msdos system unit initialization
|
12 years ago |
florian
|
feed492568
* fixes to compile objpas i8086
|
12 years ago |
nickysn
|
7db978c3a4
* mark the registers, modified by DebugWriteLn's asm code
|
12 years ago |
nickysn
|
7fec59c454
- remove the FULL_RTL ifdefs from the msdos system unit; full rtl is always enabled now
|
12 years ago |
nickysn
|
0af13920c1
* enable compilation of the software mod and div helpers in the i8086-msdos rtl
|
12 years ago |
nickysn
|
fd98de1fd2
* don't define FPC_INITIALIZEUNITS twice, when FULL_RTL is defined
|
12 years ago |
nickysn
|
88fe359644
+ added several necessary system unit routines
|
12 years ago |
nickysn
|
8cb0f96200
* avoid duplicated do_exit when FULL_RTL is defined
|
12 years ago |
nickysn
|
c136785c10
+ a few standard consts and vars for the msdos target
|
12 years ago |
nickysn
|
6efe01eb3f
* enable the MUL helpers in the i8086 rtl
|
12 years ago |
nickysn
|
3768914a3d
slight rtl update for i8086-msdos
|
12 years ago |
nickysn
|
2393cd5eef
added DebugWrite and DebugWriteLn to the minimal msdos rtl
|
12 years ago |
nickysn
|
fd328eda44
really minimal msdos rtl added
|
12 years ago |