Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
loader | 2016-02-08 | ||
README.TXT | 2016-02-04 | 821 Bytes | |
TASK4.TXT | 2016-02-04 | 94.0 kB | |
KERNEL.PAS | 2016-02-04 | 4.5 kB | |
SYSINIT.ASM | 2016-02-04 | 34.5 kB | |
SYSINIT.dcu | 2016-02-04 | 10.1 kB | |
SYSINIT.obj | 2016-02-04 | 2.0 kB | |
SYSINIT.PAS | 2016-02-04 | 710 Bytes | |
System.dcu | 2016-02-04 | 4.4 kB | |
System.pas | 2016-02-04 | 2.2 kB | |
Totals: 10 Items | 153.3 kB | 0 |
Attention --------- This is the first release of Delphi source code DO NOT TRY TO COMPILE SYSTEM.PAS AND SYSINIT.PAS in your original Delphi 7 already installed or you cannot use it anymore. Copy the delphi /BIN directory to another folder like C:\PERIX\KERNEL\BIN and compile the files in that directory, you need only the DCC32.EXE compiler, the files SYSTEM.PAS SYSINIT.PAS SYSINIT.ASM and KERNEL.PAS There is no any api, no windows and no dos and do not use any other library for delphi, remember that delphi is for use with windows and we are loading it without operating system I will write some api later I Lost the protected mode loader for Delphi and now im loading it with turbo pascal. Later Delphi kernel will be loaded from bootloader and switched to protected mode itself.