CS609 Final Term Solved Mcqs with References Without Repetitions 14/02/2013

Total Page:16

File Type:pdf, Size:1020Kb

CS609 Final Term Solved Mcqs with References Without Repetitions 14/02/2013 1 CS609 Final Term Solved MCQs with References Without Repetitions 14/02/2013 In BPB, root directory is saved in _________. (BIOS parameter block) Cluster#0 Cluster#1 (Ref) Cluster#2 Cluster#3 In NTFS, total sizes of MFT entries are _______. 16-bytes (page303= An MFT entry is 1024 bytes in size. The first 16 entries of the MFT are reserved) 20-bytes 26-bytes 32-bytes In NTFS, _______ store the contents of file. Both small & large file Record (Reference) Small record Large Record None of given Question # 3 Cluster size is reduced in __________. Select correct option: FAT12 (Ref1, Ref2) FAT16 FAT32 None of the given Question # 4 To store a cluster in FAT 32 _____ is/are needed. Select correct option: Nibble Byte 2 Bytes 4 Bytes (Ref1, Ref2) o A single digit of a binary number is a bit. o A byte is 8 bits o A nibble is 4 bits (half a byte) o A word is 2 bytes 2 Question # 4 When Driven LSN is equal to zero (0), it means ________. LSN is relative address with respect to the start of Logical (Lec#30 p#240) Question # 5 When LSN is equal to zero (0), it means ________. Select correct option: First block of the disk First block of the logical drive (p240) First block of hidden blocks None of the given The LBA=0 block is the first block on disk. Whereas each logical partition has LSN=0 block which is the first block in logical drive. (p240) Question # 6 File can be _______ viewed as collection of clusters or blocks. Select correct option: Physically (p256) Logically Both logically and physically None of the give Question # 7 The size of FCB data structure is _______ bytes. Select correct option: 16 32 (close to 37) 64 128 o An FCB is a 37-byte data structure Question # 10 File can be _______ viewed as organization of data. Select correct option: Physically Logically (p256) Both logically and physically None of the give Q#4 File is ……………… viewed as an organization of data physically it can be collection of clusters or blocks Ans: Logically Lec#33 p#256 Question # 1 ________ file system keeps the backup of its boot block. 3 Select correct option: FAT12 FAT16 FAT32 (Ref) None of the given Question No. 3 Keyboard Status Byte is located at the address 0040:0000H 0040:0013H 0040:0015H 0040:0017H (p29) Question No. 5 Maximum number of interrupts in a standard PC is 64 128 256 (p10) 512 Using the____ entry and the FAT we can access the contents of file. Reserved blocks Root Directory (p269) Number of FAT copies None of the given Control information in files is maintained using BPB DPB FCB (p256) FPB What will happen if NTFS volume is accessed in DOS? Convert it to FAT volume Nothing will happen Error of invalid media (p310) None of the given LSN of FS Info block is available at BPB FAT (p299) Root Directory None of the given DOS device drivers do not understand the_____ data structures. FAT12 4 FAT16 FAT32 NTFS (p310) Question # 4 To store a UNICODE character ____ is/are needed. Select correct option: Nibble Byte 2 Bytes (Ref) 4 Bytes Operating system name contains ____ bytes in boot block. 3 5 8 (p253) 11 Question # 6 In FAT32, lower _______ bits are used. Select correct option: 26 28 (p292) 30 32 Question # 8 What will be the value of DL register when we are accessing C drive using undocumented service 21H/32H? Select correct option: 0 1 2 3 (p249) Question # 1 To access drive parameter block we use undocumented service ______ Select correct option: 09H/32H 11H/32H 17H/32H 21H/32H (p249) Question # 10 _______ is relative address with respect to the start of Logical Drive. Select correct option: 5 LBA LSN (p240) CHS None of the given o LBA is physical or absolute address. Question # 3 Maximum possible entries in FAT12 are ________. Select correct option: 1024 2048 4096 (p264) 65536 o FAT12 will have 12-bit wide entries and can have 2^12=4096 entries maximum. Question # 6 Jump code part contains ____ bytes in boot block. Select correct option: 3 (p302, p244) While "short jump" only requires 2 bytes. 5 8 11 Question # 8 Drive parameter block is derived from ___________. Select correct option: FCB FAT BPB (p249) CPB Question # 10 ______ is the first block on disk. Select correct option: LSN =0 LBA=0 (p240) LBA=1 Both LBA=0 and LSN=0 Question # 3 If FAT entry is between FFF0H to FFF6H in FAT16 then _______. Select correct option: Cluster is available It is a Reserved cluster (p496 PC Intern Encyclopedia of System Programming) 6 It is next file cluster It is a last file cluster Question # 4 What will be the value of the word located at 1Fh in DPB when number of free clusters on drive is not known? Select correct option: 0000H 1111H FFFFH (p250) None of the given. Question # 7 In dos we have limit of _______ . Select correct option: 128 blocks per cluster (p242) 256 blocks per cluster 32 blocks per cluster 64 blocks per cluster o DOS has a built in limit of 128 blocks per cluster. o But practically limit of 64 blocks per cluster has been established. Question # 2 The practical limit of blocks per cluster is _______. Select correct option: 32 blocks per cluster 64 blocks per cluster (p242) 128 blocks per cluster 256 blocks per cluster Question # 8 We can access the contents of File by using the root directory entry and _____. Select correct option: Reserved Blocks Number of FAT copies File Allocation Table (FAT) (p269) None of the given Question # 10 When we mark a file as deleted by placing 0xE5 then the chain of clusters in FAT is also replaced by ______. Select correct option: E5 1 7 0 (p279) N Highest capacity physical capacity of the disk according to the IDE interface is _________. 127 GB (p212) 100 GB 80 GB 300 GB If CPUID instruction is not present then the processor can be a ______________ 486 processor (p166) 386 processor 286 processor All of the given choices Extended memory is available if the processor is of the type _______________ AT (p171) XT All of the given choices None of them The built in mechanism within the UART for error detection is_____________ Hamming code Parity (p107) CRC16 (cyclic redundancy check 16 bit ) CRC32 (cyclic redundancy check 32 bit ) In Protected Mode, the segment registers are used as _______________ Descriptor Selector (p326) All of the given choices None of the given choices ________ is an absolute address relative to the start of physical drive. LBA (p240) LSN CHS None of the above NTFS volume can be accessed directly in DOS. True False (p310) _________ is used to read a block against its LSN. Select correct option: absread() (p247) abswrite() 8 lsnread() None of the given Cluster number can also be referred as block number. Select correct option: True False (Cluster is not same as block number) (P258) ________ is a collection of contagious blocks. Cluster (p242) Sector Byte None of Given The directory structure of DOS is like ________. Select correct option: Array Tree (p256) Linked list None of the given 1) DOS command ________ which gives the status of the memory and also points out which memory area occupied by which process. mem/d (P#13) mem/e mem/m None of the given 2) Each entry in the IVT is ________ in size. 4-bytes (P # 12) 6-bytes 8-bytes 2-bytes 3) The tail value of the keyboard buffer should be examined to get to the ______ of the buffer. Start (P # 56) End Middle None of given) 4) Interrupt Procedures are Reentrant procedures. True (P # 38) False 5) ______ is Disk interrupt. 10H 9 11H 13H (P # 42) 14H 6) Boot block consists of ______ bytes. 64 128 256 512 (P # 242) 7) In parallel communication, the maximum numbers of bits we can send between two computers are ________. 2-bits 4-bits 6-bits 8-bits 8) 14h include __________ which is used to send a byte. Service #0 Service #1 (P # 121) Service #2 Service #3 9) The status register _____ is the main control register. B (P # 146) A C D 10) The DMA requests to acquire buses through the ________ signal. HOLD (P # 186) ACR ACK None of Given 11) The keyboard device writes a code 0xFA on the port 60H to indicate that the _______. Input buffer is full Byte has been received properly (P # 179) Output buffer is full None of the given 12) A single DMA can transfer ______ operands to and from memory in a single a bus cycle. 8-bits (P # 186) 16-bits 32-bits 10 12-bits 14) In FAT12, to calculate the address or offset from index, we need to multiply it with ___. 1/2 3/2 (p# 267) 5/7 7/2 15) _____ Register can be used to show that the channel is single transfer, block transfer or demand transfer mode. DMA Command register DMA Request Register DMA Mode Register DMA controller Register (p187,188 Handouts && p234 PC Intern Encyclopedia of System Programming ) 16) LBA address can be used in place of the CHS address. True (p# 235) False 17) In FAT12, the maximum range of clusters is ……... 0 ~ FEFH 1~ FEFH 2 ~ FEFH (p# 266, 272) 3 ~ FEFH 18) Each partition information chunk is 16 bytes long and the last two bytes at the end of the partition table data part is the partition table signature whose value should be_____ indicating that the code part contains valid executable code.
Recommended publications
  • Active@ UNDELETE Documentation
    Active @ UNDELETE Users Guide | Contents | 2 Contents Legal Statement.........................................................................................................5 Active@ UNDELETE Overview............................................................................. 6 Getting Started with Active@ UNDELETE.......................................................... 7 Active@ UNDELETE Views And Windows...................................................................................................... 7 Recovery Explorer View.......................................................................................................................... 8 Logical Drive Scan Result View..............................................................................................................9 Physical Device Scan View......................................................................................................................9 Search Results View...............................................................................................................................11 File Organizer view................................................................................................................................ 12 Application Log...................................................................................................................................... 13 Welcome View........................................................................................................................................14 Using
    [Show full text]
  • [JUMP FLOPPY Bios PARAMETER BLOCK—\20
    US 20020026571A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2002/0026571 A1 Rickey (43) Pub. Date: Feb. 28, 2002 (54) DUAL USE MASTER BOOT RECORD comprising: a computer usable medium including at least one partition area and a boot sector, With the computer (76) Inventor: Albert E. Rickey, Lake Forest, CA usable medium having computer readable program code (Us) means embodied therein, comprising: ?rst computer read able code means ?xed in the boot sector including a ?rst Correspondence Address: BIOS parameter block for setting parameters for the medium IRELL & MANELLA LLP if inserted in a ?oppy drive of the computer; and second 840 NEWPORT CENTER DRIVE SUITE 400 computer readable code means ?xed in the boot sector NEWPORT BEACH, CA 92660 (US) comprising a Partition Table for organizing the medium to include at least one partition and for designating an active (21) Appl. No.: 09/960,181 partition. In a further embodiment of the invention, the article of manufacture includes: third computer readable (22) Filed: Sep. 20, 2001 code means ?xed in the active partition area on the computer readable medium and including a second BIOS parameter Related US. Application Data block, and DOS boot record code for locating operating system ?les, loading the operating system ?les into the (63) Continuation of application No. 09/163,359, ?led on memory of the computer and causing the computer to Sep. 30, 1998, noW Pat. No. 6,308,264. execute them; and fourth computer readable code means ?xed in the boot sector comprising a master boot record code Publication Classi?cation for loading into the memory of the computer the third computer readable code means comprising the second BIOS (51) Int.
    [Show full text]
  • Wikipedia: Design of the FAT File System
    Design of the FAT file system A FAT file system is a specific type of computer file system architecture and FAT a family of industry-standard file systems utilizing it. Developer(s) Microsoft, SCP, IBM, [3] The FAT file system is a legacy file system which is simple and robust. It Compaq, Digital offers good performance even in very light-weight implementations, but Research, Novell, cannot deliver the same performance, reliability and scalability as some Caldera modern file systems. It is, however, supported for compatibility reasons by Full name File Allocation Table: nearly all currently developed operating systems for personal computers and FAT12 (12- many home computers, mobile devices and embedded systems, and thus is a bit version), well suited format for data exchange between computers and devices of almost FAT16 (16- any type and age from 1981 through the present. bit versions), Originally designed in 1977 for use on floppy disks, FAT was soon adapted and FAT32 (32-bit version used almost universally on hard disks throughout the DOS and Windows 9x with 28 bits used), eras for two decades. Today, FAT file systems are still commonly found on exFAT (64- floppy disks, USB sticks, flash and other solid-state memory cards and bit versions) modules, and many portable and embedded devices. DCF implements FAT as Introduced 1977 (Standalone the standard file system for digital cameras since 1998.[4] FAT is also utilized Disk BASIC-80) for the EFI system partition (partition type 0xEF) in the boot stage of EFI- FAT12: August 1980 compliant computers. (SCP QDOS) FAT16: August 1984 For floppy disks, FAT has been standardized as ECMA-107[5] and (IBM PC DOS 3.0) ISO/IEC 9293:1994[6] (superseding ISO 9293:1987[7]).
    [Show full text]
  • Demystifying the Microsoft Extended File System (Exfat)
    HTCIA International Conference September 20-22, 2010 Atlanta, GA Demystifying the Microsoft Extended File System (exFAT) Robert Shullich CPP, CISSP, CISM, CISA, CGEIT, CRISC, GSEC, GCFA September 20th, 2010 1 Agenda About Me Why a new file system Forensics Relevance Features Advantages Timelines Support Limits ItInternal s September 20th, 2010 2 About Me I have been in the IT field for 35+ Years, and in InfoSec for over 15 Years I carry many IT and InfoSec certifications This research was part of a term project for a forensics class for my masters in Forensic Computing I then expanded the term paper into a practical paper for my SANS GCFA certification A link to the SANS paper and my blog is at the end of this presentation September 20th, 2010 3 Why do we need a new file system? Current Limits Exhausted Larger volumes (>2TB) Largg()er files sizes (>4GB) Faster I/O (UHS-1: 104 MB/2 - UHS-2: 300MB/s) Removable Media Flexibility Extensibility NTFS Features without the overhead September 20th, 2010 4 Relevance to Forensics Study Digital Evidence Extraction Finding the evidence Including the hiding places Validation Daubert Expert Testimony Need to know and understand file org New Media (SD Cards) will drive exFAT adoption, and the potential for CP investigations. September 20th, 2010 5 What happens when you have exFAT fddidAformatted media and no exFAT support ? September 20th, 2010 6 Forensics Challenges Linux OS Support Tuxera drivers may help Mac OS Support Open Source Tools Commercial Tools Encase
    [Show full text]
  • File Allocation Table - Wikipedia, the Free Encyclopedia Page 1 of 22
    File Allocation Table - Wikipedia, the free encyclopedia Page 1 of 22 File Allocation Table From Wikipedia, the free encyclopedia File Allocation Table (FAT) is a file system developed by Microsoft for MS-DOS and is the primary file system for consumer versions of Microsoft Windows up to and including Windows Me. FAT as it applies to flexible/floppy and optical disc cartridges (FAT12 and FAT16 without long filename support) has been standardized as ECMA-107 and ISO/IEC 9293. The file system is partially patented. The FAT file system is relatively uncomplicated, and is supported by virtually all existing operating systems for personal computers. This ubiquity makes it an ideal format for floppy disks and solid-state memory cards, and a convenient way of sharing data between disparate operating systems installed on the same computer (a dual boot environment). The most common implementations have a serious drawback in that when files are deleted and new files written to the media, directory fragments tend to become scattered over the entire disk, making reading and writing a slow process. Defragmentation is one solution to this, but is often a lengthy process in itself and has to be performed regularly to keep the FAT file system clean. Defragmentation should not be performed on solid-state memory cards since they wear down eventually. Contents 1 History 1.1 FAT12 1.2 Directories 1.3 Initial FAT16 1.4 Extended partition and logical drives 1.5 Final FAT16 1.6 Long File Names (VFAT, LFNs) 1.7 FAT32 1.8 Fragmentation 1.9 Third party
    [Show full text]
  • FAT32 File Structure Prof
    FAT32 File Structure Prof. James L. Frankel Harvard University Version of 9:45 PM 24-Mar-2021 Copyright © 2021 James L. Frankel. All rights reserved. FAT32 Source Documentation • The reference document you should use is the Microsoft Extensible Firmware Initiative FAT32 File System Specification • On class web site under The NXP/Freescale ARM -> microSDHC Card • It is available on the class web site at https://cscie92.dce.harvard.edu/spring2021/Microsoft%20Extensible%20Firmware%20Initiative%20FAT32%2 0File%20System%20Specification,%20Version%201.03,%2020001206.pdf under Online Papers Used in Class • Important correction to this document concerns the DIR_CrtTimeTenth field in the FAT 32 Byte Directory Entry Structure • The name and description of this field is incorrect • Instead of DIR_CrtTimeTenth, we will use the name DIR_CrtTimeHundth • Here is the correct description of this field (to update the text on page 23): • Hundredths of a second time at file creation time. This field contains a count of hundredths of a second. Because the seconds portion of the DIR_CrtTime field denotes a creation time with a granularity of 2 seconds, this field contains a number of hundredths of a second (0 to 199, inclusively) that denotes a number of seconds from 0 to 1.99, inclusively, that may increment the number of seconds in addition to supplying the number of hundredths of a second. • There is also a typo on page 25 where a field is referred to as DIR_CrtTimeMil (which does not exist), and, as corrected here, should be DIR_CrtTimeHundth 2 SD Documentation • Documentation for the SD controller in the K70 • K70 Sub-Family Reference Manual, Rev.
    [Show full text]
  • Advanced Computer Forensics
    Advanced Computer Forensics EnCE EnCase Forensics: The Official EnCase Certified Examiner Study Guide Chapter 2 File Systems Disk Basics - 1 • Hard Disk • Physical Device • Referred to as a numeric value (0, 1, 2 etc) • Logical Volume • Referred to by letters A: floppy and C etc. volumes on physical disk • Disk Preparation • Partition – create partition table • MBR – Master Boot Record • 4 partition limit • Disk size to 2 TB • No backup copy of partition table • GPT – GUID Partition Table • 128 partitions • 8 ZB hard drive • Has a copy of the partition table Disk Basics - 2 • Disk Preparation • Partition – create partition table • Right Click -> choose partition style • Creates a new blank partition table in the first sector of the hard drive • Create a new Volume • Right Click -> “unallocated” NEW VOLUME • Specify volume size • VBR – will be created • Format the Volume • Choose file system – Structure of how information will be written and recalled • FAT, NTFS, ExFAT • Sectors and Clusters • Based on File Systems used • Allocation blocks or clusters will be established with groupings of sectors • Sectors are commonly 512 bytes • Clusters keep addressing manageable in very large drives • Windows default – 8 sectors per cluster – 4096 bytes FAT Basics - 1 • Directory Entry • Directory Entries do NOT contain any data • Data is contained in Data allocation units or Clusters • Clusters • 1 or more sectors • Smallest unit in which a file or directory can be stored • If a file is bigger than 1 cluster than it is allocated more than one • Directory
    [Show full text]
  • The Extended FAT File System
    Linux Conference October 26- 28, 2011 Prague , Czech Republic Linux Development Center The Extended FAT file system Differentiating with FAT32 file system Keshava Munegowda , Venkatraman S Texas Instruments (India) Pvt Ltd Bangalore. Dr. G T Raju Professor and Head, Computer Science and Engineering Department, 1 R N S Institute of Technology, Bangalore, India. ExFAT Linux Development Center Agenda Ø FAT file system Ø Need for ExFAT file system Ø ExFAT file system organization Ø Boot Sector of FAT and ExFAT Ø Snapshot of Boot Sector of ExFAT Ø Directory Entries of FAT Ø Directory Entries of ExFAT Ø Clusters Heap Ø Up-Case Table Ø Snapshot of Root directory Ø Performance Benchmarking in Linux Ø Performance Benchmarking in Windows 2 Ø References ExFAT Linux Development Center FAT File system Minimum 1 BPB sector BPB - BIOS Parameter Block – BIOS : Basic Input-Output System FAT1 – Also Called as “Boot Sector” or “Volume Boot Record” – Specifies FAT2 • Number of sectors in the storage partition/disk/device Cluster 2 • Number of FATs ( File Allocation Table) Cluster 3 • Sectors per cluster Cluster 4 …………. Data FAT1 – File Allocation Table …………. clusters - Linear linking (chain) of data clusters of the …………. file/directory FAT2 – Backup of FAT1 FILE.TXT cluster3 cluster7 EOF Data clusters - Group of physical/logical sectors/blocks Clusters chain / Linked list of 3 clusters - Contains directories or Files data ExFAT Linux Development Center Need For ExFAT file system l FAT File system limited to support only 32GB. – FAT does not support Higher size SDXC cards. l NTFS – Security features – Optional for Removable storage devices – Meta data overhead for file/directory – Write caching mechanism for performance optimizations causes the data corruption in when 4 removable storage device is unplugged.
    [Show full text]
  • DOS 3.30 Package?
    Disk Operating System Version 3.30 Technical Reference Programming Family - ------....-- - --- ---- -. --- ----------,.-- - --- - First Edition (April 1987) The following paragraph does not apply to the United Kingdom or any country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time. It is possible that this publication may contain reference to, or information about, IBM products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that IBM intends to announce such IBM products, programming, or services in your country. Requests for copies of this publication and for technical information about IBM products should be made to your authorized IBM Dealer or your IBM Marketing Representative. © Copyright International Business Machines Corporation 1985, 1987 About This Book Information in this book applies to DOS versions 2.10 to 3.30 unless specified in each chapter under the heading "Version Specific Information." 111 How This Book is Organized This Technical Reference has two sections.
    [Show full text]
  • File Allocation Table File Allocation Table
    File Allocation Table File Allocation Table How It Seems To Work Thomas Kjoernes, Thu, 11th of May 2000 Introduction In this article I will talk about FAT, the MS-DOS file system supported by most of today's OSes. I will start out by explaining a little bit about the various flavours of FAT as used by MS-DOS, then I’ll move on to explaining the various parts that make up the FAT file system and describe the structures Some FAT source code and information: OS.ZIP - This is my OS package! It contains three boot sector sources. FAT32.HTML - This is an excerpt from the FAT32API.HLP file from Microsoft. FAT12.ASM - Example of a FAT12 boot sector. FAT16.ASM - Example of a FAT16 boot sector. FAT32.ASM - Example of a FAT32 boot sector. I will try to update this document with sample code and descriptions of how to interpret the FAT and perform common operations, such as searching for and reading/writing files. FAT Types Today FAT comes in three different flavours – FAT12, FAT16 and FAT32. The names refer to the number of bits used by the entries in table that gave the file system its name! The "File Allocation Table" itself is actually one of the structures inside the FAT file system as seen on-disk. The purpose of this table is to keep track of which areas of the disk are available and which areas are in use. Another important part about FAT is the "Long File Name" extension to FAT sometimes referred to as VFAT.
    [Show full text]
  • Computer Forensics Tutorial Disk File Systems (FAT16, FAT32, NTFS)
    Computer Forensics Tutorial Disk File Systems (FAT16, FAT32, NTFS) José M. Rodríguez Justiniano Computer Science Jeffrey L. Duffany, Ph.D. Computer Science Department Polytechnic University of Puerto Rico Abstract This tutorial is intended as in-class Oracle Virtual Box: is a general-purpose full laboratory exercise for computer forensics classes virtualizer for x86 hardware, targeted at server, at the Polytechnic University of Puerto Rico. It’s desktop and embedded use. Refer to Figure 1. specifically designed to provide basic understanding on the functionalities and capabilities of the tree most used file systems FAT16, FAT32, and NTFS. This document provides an inside or raw view of the files systems structure and how it handles data. It first covers the creation of a lab environment using openly available applications and the use of Hexadecimal Editors or Disk Editors to view and modify data. Key Terms Electronic Data, Forensics, File Figure 1 Systems, Hex Editor, Storage Device, Tutorial. Oracle Virtual Box INTRODUCTION HxD: is a carefully designed and fast hex editor which, additionally to raw disk editing As defined a File System is a means to and modifying of main memory (RAM), organize data expected to be retained after a handles files of any size. Refer to Figure 2. program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device which contains it. File systems are used on data storage devices such as hard disk drives, floppy disks, optical discs, or flash memory storage devices to maintain the physical location of the computer files.
    [Show full text]
  • United States Patent (19) 11 Patent Number: 5,802,363 Williams Et Al
    III USOO5802363A United States Patent (19) 11 Patent Number: 5,802,363 Williams et al. 45) Date of Patent: Sep. 1, 1998 54 BIOS DYNAMIC EMULATION OF 5,475,845 12/1995 Orton et al. ............................ 395/700 MULTIPLE DISKETTES FROMA SINGLE OTHER PUBLICATIONS MEDIA Business Wire, Inc. (Nov. 11, 1994) Announcement to: 75 Inventors: Donald D. Williams, Boca Raton; Business Editors & Computer/High-Tech Writers. Stanley L. Merkin, Lakeworth; Contents, CD-ROM Professional, vol. 8, No. 7, (Jul 1995) Charles R. Dart, I, Boca Raton, all of Special Feature: Staffing For CD-ROM. Fla. Contents, CD-ROM Professional, vol. 8, No. 8, (Aug. 1995) 73 Assignee: International Business Machines Special Feature: Windows 95, CD-ROM and Multimedia. Corporation, Armonk, N.Y. ISO9660:1988(E) - International Standard. Primary Examiner-James P. Trammell 21 Appl. No.: 803,289 Assistant Examiner-John Q. Chavis 22 Filed: Feb. 20, 1997 Attorney, Agent, or Firm-Bernard D. Bogdon 57 ABSTRACT Related U.S. Application Data A personal computer is BIOS configured to boot from an 63 Continuation of Ser. No. 313,710, Sep. 27, 1994, abandoned. installed CD-ROM storing multiple operating systems in different partitions of the medium. The computer is initially 51 Int, Cl........................ G06F91445 booted from a user selected or default partition emulating a 52 U.S. C. ... 395/652 logical drive. With the original boot partition maintained 58) Field of Search ................................ 395/652 active, emulation of additional partitions as other drives is performed when needed. This is accomplished in BIOS with 56 References Cited multiple device tables, each dynamically associated with a U.S.
    [Show full text]