An Entity of Type: building, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The Job File Table (JFT) is a DOS data structure in the Program Segment Prefix (PSP). It starts at PSP offset 0x18 and is 20 bytes long. For each open file handle, DOS stores the index into the (SFT). 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. Handles 0-2 are connected to the console device. During program execution they can get modified (closed, redirected) like any other handle.

Property Value
dbo:abstract
  • The Job File Table (JFT) is a DOS data structure in the Program Segment Prefix (PSP). It starts at PSP offset 0x18 and is 20 bytes long. For each open file handle, DOS stores the index into the (SFT). 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. All other handles are marked as closed by setting the value of the entry to 0xFF. The standard devices are initialised as follows: Handles 0-2 are connected to the console device. During program execution they can get modified (closed, redirected) like any other handle. Because the size of the JFT in the PSP is limited to 20 bytes, originally only 15 files (20-5 standard devices) could be open at a time. In MS-DOS 2.0, the Extended Job File Table was introduced, which allowed up to 254 files to be opened. As of MS-DOS 3.30, the size of the JFT can be modified with a call to INT 21h, 67h. (en)
dbo:wikiPageID
  • 1006763 (xsd:integer)
dbo:wikiPageLength
  • 1718 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1055845290 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • The Job File Table (JFT) is a DOS data structure in the Program Segment Prefix (PSP). It starts at PSP offset 0x18 and is 20 bytes long. For each open file handle, DOS stores the index into the (SFT). 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. Handles 0-2 are connected to the console device. During program execution they can get modified (closed, redirected) like any other handle. (en)
rdfs:label
  • Job File Table (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License