Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
image | 2016-02-09 | ||
Totals: 1 Item | 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 and TASM32 compiler 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 KINGSTON.BIN is a USB Pendrive image if you dont have floppy drive and want to test the kernel, use IMAGEUSB from passmark software. 1 - First of all, backup your pendrive files 2 - Create a .BIN file from your pendrive because this kingston.bin is a 2gb image but you will see only 1.44MB in size, this is and image from diskette. if you dont create an image from your pendrive to reformat it is a dificult task and needs another tools like easeus partition master, rufus, etc 3 - Then write KINGSTON.BIN to your USB pendrive and setup the BIOS to boot the pendrive as a first device, hard disk second, etc. Use at your own risk, im no responsible for wrong setup, loss of data etc. i have a new loader for fat32 and a more greather pendrive image with 46MB but i not have time to upload it today I will write some api for delphi 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. Thanks Fernando perez