From 851edef65f604ba9fd48d40cd49075a9a1ae8571 Mon Sep 17 00:00:00 2001 From: Yaroslav Pronin Date: Sun, 20 Nov 2016 21:53:20 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=20RE?= =?UTF-8?q?ADME=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=8F=D0=B4=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Booting/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Booting/README.md b/Booting/README.md index ffa36de..6f80c92 100644 --- a/Booting/README.md +++ b/Booting/README.md @@ -1,10 +1,10 @@ -# Kernel Boot Process +# Процесс загрузки ядра -This chapter describes the linux kernel boot process. Here you will see a -couple of posts which describes the full cycle of the kernel loading process: +Эта глава описывает процесс загрузки ядра Linux. +Здесь вы увидите несколько статей, которые описывают полный цикл загрузки ядра: -* [From the bootloader to kernel](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-1.html) - describes all stages from turning on the computer to running the first instruction of the kernel. -* [First steps in the kernel setup code](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-2.html) - describes first steps in the kernel setup code. You will see heap initialization, query of different parameters like EDD, IST and etc... -* [Video mode initialization and transition to protected mode](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-3.html) - describes video mode initialization in the kernel setup code and transition to protected mode. -* [Transition to 64-bit mode](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-4.html) - describes preparation for transition into 64-bit mode and details of transition. -* [Kernel Decompression](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-5.html) - describes preparation before kernel decompression and details of direct decompression. +* [От загрузчика к ядру](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-1.html) - описывает все стадии от включения компьютера до запуска первой инструкции ядра. +* [Первые шаги в коде настройки ядра](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-2.html) - описывает первые шаги в коде настройки ядра. Вы увидите инициализацию динамической памяти, запросы различных параметров, таких как EDD, IST и др. ... +* [Инициализация видео-режима и переход в защищённый режим](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-3.html) - описывает инициализацию видео-режима в коде настройки ядра и переход в защищённый режим. +* [Переход в 64-битный режим](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-4.html) - описывает подготовку к переходу в 64-битный режим и детали перехода. +* [Распаковка ядра](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-5.html) - описывает подготовку перед распаковкой ядра и детали самой распаковки.