home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 7 / 87.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  3.9 KB  |  82 lines

  1. DOCUMENT:Q101787  25-AUG-1993  [W_NT]
  2. TITLE   :General Information on Starting Multiple Operating Systems
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. When an Intel x86-based computer starts, sector 0, or the master boot
  16. record (MBR), is loaded from the first hard disk and executed. Sector
  17. 0 contains the partition table and some code, or the master boot code
  18. (MBC). The MBC scans the partition table for the single active
  19. partition and loads sector 0 from this partition into memory and
  20. executes it. This sector may be a utility or diagnostic program or a
  21. boot sector containing boot code for an operating system. The boot
  22. code starts the operating system in a manner defined by the operating
  23. system.
  24.  
  25. If a hard disk contains, for example, an MS-DOS, a Unix, and an IBM
  26. MOST partition, a user can change which of these systems will be
  27. started by changing the active partition. (If you are running MS-DOS,
  28. you can use FDISK to do this.)
  29.  
  30. Windows NT is started when a partition containing Windows NT boot code
  31. is active. The boot code loads the Windows NT Boot Loader. The Boot
  32. Loader enables you to choose which Windows NT installation is to be
  33. started, or to start the previous root-based operating system on the C
  34. drive.
  35.  
  36. The Boot Loader starts the root-based operating system by executing
  37. BOOTSECT.DOS, thus simulating the root-based operating system's
  38. ordinary boot sequence. BOOTSECT.DOS is usually the MS-DOS (or OS/2)
  39. boot sector, but this is not necessary. BOOTSECT.DOS could be another
  40. multi-boot program.
  41.  
  42. Each operating system provides one or more means of organizing data
  43. within partitions it recognizes. Some operating systems recognize and
  44. use the same file systems and some do not. For example, MS-DOS and
  45. Windows NT both recognize and use FAT partitions; Windows NT and Unix
  46. each use file systems that are unrecognizable by each other. Operating
  47. systems that recognize and use the same file systems can share
  48. partitions, meaning that a user can see files on such partitions from
  49. whichever of the operating systems is currently running.
  50.  
  51. If an operating system (like Unix) does not recognize the file system
  52. on the C drive, then it follows that the operating system cannot
  53. reside on the C drive and therefore the Windows NT Boot Loader cannot
  54. provide that operating system as a selection on its boot menu.
  55.  
  56. Also note that MS-DOS, OS/2, and Windows NT could all reside on
  57. separate partitions, in which case the user could select among them by
  58. changing the active partition. Or, MS-DOS and Windows NT could be on
  59. one partition and OS/2 on another. Or, as long as you keep the first
  60. partition FAT, you can have Windows NT and OS/2 on separate
  61. partitions, keeping only a bootable MS-DOS floppy for the times when
  62. you need to use MS-DOS.
  63.  
  64. Additional reference words: 3.10
  65. KBCategory:
  66. KBSubCategory: FILSYS
  67.  
  68. =============================================================================
  69.  
  70. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  71. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  72. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  73. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  74. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  75. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  76. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  77. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  78. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  79. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  80. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  81.  
  82. Copyright Microsoft Corporation 1993.