Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 1:
The '''Job File Table''' (JFT) is a [[DOS]] data structure in the [[Program Segment Prefix]] (PSP). For each open file handle, [[DOS]] stores the index into the [[System File Table]]. A file handle that is returned by open, _open and other similar functions is simply an index into the JFT where [[DOS]] stored the SFT entry index for the file or device that the program opened.
When a program starts, the first 5 entries in the JFT are preconnected to the standard devices.
|