http://www.Linux-Boot.net


Linux-Boot.net

BIOS
CPU Arch

MBR
Boot Stages
Boot Squence
Boot Errors

Booting
Boot-Loaders
SysLinux
Grub
Lilo


RootFS-HOWTO
RootFS-Config
RootFS-HOWTO


InitRD-HOWTO
InitRD
InitRD-Config
InitRD-HOWTO

Creating initrd.gz
RamDisk
Loop

Viewing initrd.gz


Obsolete
initrd/rootfs Scripts

Old Scripts


initrd HOWTO Scripts
rootfs HOWTO Scripts
( Bootable CF, USB, FD, CD )
Standalone Boot
/boot
InitRD
RootFS
Patches


Boot Media
CD-Boot
Floppy-Boot
USB-Boot
Compact-Flash-Boot
Network-Boot
DOS


Chroot


Forgot Root PassWord


CDRW HOWTO



1U Rackmount Chassis

Custom-Chassis.com

Linux-1U.net

1U-ITX.net


ITX-Blades.net


Small PC cases

Mini-Box.net

Wrap-Box.net

Wrap-OS.net


Wan-Sim.net



Linux-Consulting.com

Linux-CAE.net

Linux-Sec.net

Linux-Boot.net

Linux-Backup.net

Linux-Wireless.org

Linux-Office.net

Linux-Video.net

Linux-VOIP.net

Linux-Jobs.net

Linux-Diff.net

1U-Raid5.net

Linux-Howto.net


Spam Reporting



Free Linux CDs

ISO9660.org

Distro-CD.org

Patch-CD.org




Contact



Linux is a registered trademark of
Linus Torvalds

More Linux Legalese


CPU Architecture

    LinuxDevCenter.com Real Mode vs Protected Mode
    • -- After booting, the BIOS is NO longer used by linux --

    • the BIOS procedures must be executed in real mode
    • the kernel executes in protected mode

    • A real mode address is composed of a segment and an offset corresponding physical address is given by segment*16 + offset

Real vs Protected Addressing Modes

    DeinMeister.de Real vs Protected Mode ( local copy )


  • 8086 Real Mode Addressing
    • 8086 has 20 address line ( 2^20 = 1M address space )
    • 8086 has 16-bit segment registers and 16-bit offset registers


  • 80286 Protected Mode Addressing
    • 80286 has 24 address line ( 16M Address space )
    • 80286 has protected mode ( data and code segments )
    • 80286 has paging and memory management


  • 80386 Protected Mode Addressing
    • 80386 has 32 address line ( 2^32 = 4GB address space )



Copyright © 2000
Linux-Consulting
All Rights Reserved.
Updated: Mon Aug 22 15:37:05 2005 PDT