| TR-DOS Run
Time System (Operation system components for running DOS applications
and utilities.) would be derived from
FREEDOS. But i have decided to continue on a different way.
You will see TR-DOS will bring somethings as very different:
A standalone (run time and boot time
executable, does not use dos interrupts except int 20h terminator) MS-DOS
program:
DISKINFO.COM
(TR-DOS DRVINIT process demo)
! STANDALONE DOS
Program !
(does not use INT 21h)
DISKINFO.ASM
(Gives detailed information by using
masterboot, boot sectors and rombios features, about Partitions, disks,
logical dos drives)
DRVINFO.COM : Lists logical dos drives, BPB tables
DRVINFO.ASM (include
DRV_INIT.ASM)
Main target of TR-DOS is
to support SINGLIX/MULTIX development and external hardware controls.
As FAST as Possible execution is basic target... TR-DOS Operation System project is the precedessor of Turkish Rational
"Transaction" System Projects.
TRDOS Kernel Drafts:
TRDOS.ASM
(TRDOS.COM,
Kernel)
include DRV_INIT.ASM
include CMD_INTR.ASM
include INT_21H.ASM
TRDOS.COM
(TRDOS.ZIP)
-under development-
TRFDBOOT.ASM
(Trdos floppy boot sector
rebuilder.)
FDFORMAT.ASM
(Makes 1.44 MB FAT12
System Disk.)
When TRDOS.COM is in the root directory, fd is bootable
and the procedure is "Loading Operation System TRDOS ..."; otherwise,
"Replace the disk and press any key to reboot." is standard boot sector
message. |