Title: PC 102 A OS Technologies
1PC 102 A OS Technologies
2Spheres of Control
Operating System Software
Logical
CMOS ESCD BIOS
Physical/Hardware
Firmware
Physical
3Basic Functions
- Input / Output
- Local, Dialup, LAN/WAN
- Processing
- Storage
4Specific Management Functional Areas
- Who - Security Management
- When - Accounting Management
- What - Fault Management
- How - Performance Management
Where - Configuration Management
5Microsoft Disk Operating System
Microsoft Disk Operating System
config.sys
autoexec.bat
Basic Input Output System
Hardware Substrate
6Windows 3.X Operating Environment
config.sys
autoexec.bat
Basic Input Output System
Hardware Substrate
7Windows 95 Architecture
Applications
Registry
User Interface
Windows 95 Core
VMMngr
IFSMngr
ConfigMngr
Device Drivers
Basic Input Output System
Hardware Substrate
8Windows 98 Architecture
User Interface
Windows 98 Core
VMMngr
IFSMngr
ConfigMngr
WDM
Device Drivers
Basic Input Output System
Hardware Substrate
9DOS Syntax
COMMAND /parameters source destination
/parameters
dir /?
dir .sys /s
format c /s
copy c\. a\. /v
10A Typical Boot Disk
System files (for a bootable diskette)
- Utilities
- attrib.exe
- debug.exe
- deltree.exe
- format.com
- fdisk.exe
- mem.exe
- sys.com
- xcopy.exe
- Drivers -
- mscdex.exe
- emm386.exe
- himem.sys
11A DOS Installation
- Physically prepare the storage medium
- Partition and activate
- Format (with system files)
- Create file directory system
- Configure OS environment
- Load system software
- Load application software
- Configure OS environment
12Minimal ATAPI Configuration Files
- Config.sys
- devicehimem.sys
- deviceoakcdrom.sys /dmscd01
- Autoexec.bat
- mscdex /dmscd01
13Contents of minimal boot
- Utilities
- delpart.com
- format.com
- fdisk.exe
- Drivers
- himem.sys
- mscdex.exe
- oakcdrom.sys (any ATAPI driver)
Config Files config.sys autoexec.bat
14An Installation Procedure
- Create bootable microdiskette
- Copy utilities from source files
- Copy drivers from source files
- Create system configuration files
- Reboot system from boot diskette
- Confirm OS version, system date time, access to
storage subsystems like CDROM - Prepare HDD medium for system installation
- Locate SETUP.COM on Win98 CDROM
- Install the operating system
15To be continued