0% found this document useful (0 votes)
80 views

LPI 101 - Configure Fundamental BIOS Settings (3) : (Linux Professional Institute Certification)

Candidates should be able to configure fundamental system hardware by making the correct settings in the system BIOS. This objective includes a proper understanding of BIOS configuration issues such as the use of LBA on IDE hard disks larger than 1024 cylinders. It also includes the correct setting for IRQ, DMA and I / O addresses for all BIOS administrated ports and settings for error handling.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views

LPI 101 - Configure Fundamental BIOS Settings (3) : (Linux Professional Institute Certification)

Candidates should be able to configure fundamental system hardware by making the correct settings in the system BIOS. This objective includes a proper understanding of BIOS configuration issues such as the use of LBA on IDE hard disks larger than 1024 cylinders. It also includes the correct setting for IRQ, DMA and I / O addresses for all BIOS administrated ports and settings for error handling.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 31

LPI 101 Congure Fundamental BIOS Settings [3]

(Linux Professional Institute Certication)


a .. /V\ // \\ @._.@

by: Andrew Eager [email protected]

$Id: gl1.101.1.slides.tex,v 1.4 2003/05/30 04:56:33 waratah Exp $

c 2002 Andrew Eager, Geoffrey Robertson. Permission is granted to make and distribute verbatim copies or modied versions of this document provided that this copyright notice and this permission notice are preserved on all copies under the terms of the GNU General Public License as published by the Free Software Foundationeither version 2 of the License or (at your option) any later version.

a Copyright

Congure BIOS Fundamental Settings [3]


Objective
Candidates should be able to congure fundamental system hardware by making the correct settings in the system BIOS. This objective includes a proper understanding of BIOS conguration issues such as the use of LBA on IDE hard disks larger than 1024 cylinders, enabling or disabling integrated peripherals, as well as conguring systems with (or without) external peripherals such as keyboards. It also includes the correct setting for IRQ, DMA and I/O addresses for all BIOS administrated ports and settings for error handling.

Congure Fundamental BIOS Settings [3]


Key les, terms, and utilities
/proc/ioports /proc/interrupts /proc/dma /proc/pci

Congure Fundamental BIOS Settings [3]


Resources of interest
Large Disk HOWTO by Andries Brouwer http://www.linuxdoc.org/HOWTO/Large-Disk-HOWTO.html

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System.

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation

5-a

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM)

5-b

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices

5-c

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection

5-d

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection Low level device conguration

5-e

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection Low level device conguration Selection of boot devices

5-f

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection Low level device conguration Selection of boot devices Locating an operating system

5-g

The PC FirmwareBIOS
Responsible for bring the hardware to a state at which it is ready to boot an Operating System. System reset and initialisation Basic main memory test (RAM) Test the presence of various devices On board peripheral selection Low level device conguration Selection of boot devices Locating an operating system The BIOS may have password access enabled

5-h

The PC FirmwareBIOS
Accessing BIOS Setup
The various vendors have different ways of entering the BIOS menu system Del F2 Fn Setup Special Boot Floppy

The PC FirmwareBIOS
Boot devices
Floppy CDROM / DVD IDE Disk SCSI Disk Network Zip / Jazz USB Disk

The PC FirmwareBIOS
Resource Assignment
PCs have memory mapped I/O and devices must not have overlapping I/O Addresses

The PC FirmwareBIOS
Resource Assignment
PCs have memory mapped I/O and devices must not have overlapping I/O Addresses Devices sharing interrupts such as ttyS0 and ttyS2 must not be used at the same time

8-a

The PC FirmwareBIOS
Resource Assignment
PCs have memory mapped I/O and devices must not have overlapping I/O Addresses Devices sharing interrupts such as ttyS0 and ttyS2 must not be used at the same time Direct Memory Access (DMA) allows some devices to access memory directly, rather than via the CPU

8-b

The PC FirmwareBIOS
Resource Assignment
PCs have memory mapped I/O and devices must not have overlapping I/O Addresses Devices sharing interrupts such as ttyS0 and ttyS2 must not be used at the same time Direct Memory Access (DMA) allows some devices to access memory directly, rather than via the CPU Some PCI controllers may have to be in a Bus Mastering Slot

8-c

The PC FirmwareBIOS
Resource Assignment
PCs have memory mapped I/O and devices must not have overlapping I/O Addresses Devices sharing interrupts such as ttyS0 and ttyS2 must not be used at the same time Direct Memory Access (DMA) allows some devices to access memory directly, rather than via the CPU Some PCI controllers may have to be in a Bus Mastering Slot PCI devices may share a common interrupt

8-d

The PC FirmwareBIOS
Common Device Settings
Device ttyS0 ttyS1 ttyS2 ttyS3 lp0 lp1 fd0, fd1 fd2, fd3 I/O Address 3F8 2F8 3E8 2E8 378-37F 278-27F 3F0-3F7 370-377 IRQ 4 3 4 3 7 5 6 10 DMA NA NA NA NA NA NA 2 3

The PC FirmwareBIOS
1023 Cylinder Limit
Ten bit addressing of cylinders


10

The PC FirmwareBIOS
1023 Cylinder Limit
Ten bit addressing of cylinders


Large Block Addressing (LBA) used for disks larger than 1023 cylinders ( 8Gb)


10-a

The PC FirmwareBIOS
1023 Cylinder Limit
Ten bit addressing of cylinders


Large Block Addressing (LBA) used for disks larger than 1023 cylinders ( 8Gb) The boot loader must be below cylinder 1024


10-b

The PC FirmwareBIOS
1023 Cylinder Limit
Ten bit addressing of cylinders


Large Block Addressing (LBA) used for disks larger than 1023 cylinders ( 8Gb) The boot loader must be below cylinder 1024 Older versions of LILO must have /boot (the kernel) entirely below cylinder 1024


10-c

The PC FirmwareBIOS
1023 Cylinder Limit
Ten bit addressing of cylinders


Large Block Addressing (LBA) used for disks larger than 1023 cylinders ( 8Gb) The boot loader must be below cylinder 1024 Older versions of LILO must have /boot (the kernel) entirely below cylinder 1024 The Grub bootloader does not have these restrictions


10-d

Viewing /proc/*
/proc/dma
$ cat /proc/dma 4: cascade
 

11

/proc/interrupts
$ cat /proc/interrupts CPU0 0: 2623139 XT-PIC timer 1: 11619 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 73992 XT-PIC Maestro3(i) 8: 1 XT-PIC rtc 11: 308 XT-PIC usb-uhci, Texas Instruments PCI4451 PC card Cardbus Controller, Texas Instruments PCI4451 PC card Cardbus Controller, eth0 12: 926438 XT-PIC PS/2 Mouse 14: 504452 XT-PIC ide0 NMI: 0 ERR: 0


12

/proc/ioports
$ cat /proc/ioports 0000-001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 01f0-01f7 : ide0 02f8-02ff : serial(auto) 0378-037a : parport0 03c0-03df : vga+
 

13

/proc/pci
$ cat /proc/pci PCI devices found: Bus 0, device 0, function 0: Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 2). Prefetchable 32 bit memory at 0xe4000000 [0xe7ffffff]. Bus 0, device 1, function 0: PCI bridge: PCI device 8086:1131 (Intel Corp.) (rev 2). Master Capable. Latency=32. Min Gnt=12. Bus 0, device 30, function 0: PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (-M) (rev 3). Master Capable. No bursts. Min Gnt=6.
 

14

The End

15

You might also like