1 / 3

Lecture 10 review

Lecture 10 review. Booting sequence in Brief A CPU jumps to a fixed address in ROM, Loads the BIOS, What does BIOS do? Performs POST, Loads MBR from the boot device, Loads an OS loader, Loads the kernel image, Sets the kernel mode, and Jumps to the OS entry point. Linux Initialization.

clint
Download Presentation

Lecture 10 review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 10 review • Booting sequence in Brief • A CPU jumps to a fixed address in ROM, • Loads the BIOS, • What does BIOS do? • Performs POST, • Loads MBR from the boot device, • Loads an OS loader, • Loads the kernel image, • Sets the kernel mode, and • Jumps to the OS entry point.

  2. Linux Initialization • Set up a number of things: • Trap table • Interrupt handlers • Scheduler • Clock • Kernel modules • … • Process manager • Hand-craft environment for the init process (the first process, process 1).

  3. Process 1 • Is instantiated from the init program • Is the ancestor of all processes • Controls transitions between runlevels • Executes startup and shutdown scripts for each runlevel

More Related