IBMDOS.COM
{{Short description|System file (DOS kernel) in PC DOS and DR-DOS}}
{{Use dmy dates|date=April 2019|cs1-dates=y}}
{{Use list-defined references|date=December 2021}}
File:IBM PC DOS 1.0 screenshot.pngs) in IBM PC DOS 1.0.]]
IBMDOS.COM is the filename of the IBM PC DOS and DR-DOS kernel. Loaded and initially invoked by the DOS BIOS in IBMBIO.COM during the boot process, it contains the hardware-independent parts of the operating system, including the embedded FAT12, FAT16 and, in newer versions, the FAT32 file system code, as well as the code to provide the DOS API to applications.
The file exists in PC DOS 1.0 to 7.10 and DR DOS 5.0 and higher (except for DR-DOS 7.06), with MS-DOS using MSDOS.SYS (from version 1.10 to 6.22) for the same purpose. DR DOS 3.31 to 3.41 used the equivalent DRBDOS.SYS file instead. (For compatibility purposes with some DOS applications the IBMDOS.COM file name was briefly also used by the IBM version of OS/2 1.0, where it resembled the OS2DOS.COM OS/2 kernel file as used by Microsoft.)
By default, the file is located in the root directory of the bootable drive/partition (normally C:\) and has the hidden, read-only, and system file attributes set. As IBMDOS.COM is a binary image containing executable code rather than a true COM-style program, the hidden attribute is set to keep the file from being accidentally invoked at the command prompt, which would lead to a crash. This is not necessary for DR-DOS 7.02 and higher, because under these systems the file is a fat binary also containing a tiny COM-style stub just displaying some version info and exiting gracefully when loaded inappropriately.
In Digital Research terminology, the kernel component of the operating system is called the BDOS (Basic Disk Operating System), a term originally coined by Gary Kildall in 1975 for CP/M, but which is continued to be used in all other DRI operating systems (except for Concurrent DOS 286 and FlexOS). Microsoft has used this name as well when referring to the kernel of the MSX-DOS operating system. The FAT file system specific code is called the FDOS in DRI terminology.
See also
References
{{Reflist|refs=
|title=CP/M 1.1 or 1.2 BIOS and BDOS for Lawrence Livermore Laboratories
|date=June 1975
|author-first=Gary Arlen
|author-last=Kildall
|author-link=Gary Arlen Kildall
|quote=An excerpt of the BDOS.PLM file header in the PL/M source code of CP/M 1.1 or CP/M 1.2 for Lawrence Livermore Laboratories (LLL):}}
[…]/* C P / M B A S I C I / O S Y S T E M (B I O S)
COPYRIGHT (C) GARY A. KILDALL
JUNE, 1975 */
[…]
/* B A S I C D I S K O P E R A T I N G S Y S T E M (B D O S)
COPYRIGHT (C) GARY A. KILDALL
JUNE, 1975 */
[…]
{{cite book |title=DR-DOS 7.03 WHATSNEW.TXT - Changes from DR-DOS 7.02 to DR-DOS 7.03 |publisher=Caldera, Inc. |date=1998-12-24 |url=http://www.lookas.net/ftp/incoming/darbui/Justas/DRDOS/WHATSNEW.TXT |access-date=2019-04-08 |url-status=dead |archive-url=https://web.archive.org/web/20190408142232/http://www.lookas.net/ftp/incoming/darbui/Justas/DRDOS/WHATSNEW.TXT |archive-date=2019-04-08}}
}}
{{Disk operating systems}}
{{operating-system-stub}}