当前位置:网站首页>UCORE overview
UCORE overview
2022-07-03 16:45:00 【Focus on web0 years】
brief introduction
In this paper, the knowledge of the operating system is roughly studied according to the Muke materials
ucore Course documentation
Course address
lab Answer address
Some answers have questions , But it can be used for reference
The first order
CPU Initialization will be carried out after power on , Then read the first instruction in memory . Part of the memory is ROM、 Part of it is RAM. After power failure RAM Information will disappear , however ROM The content is always .
The first instruction to read is CS:IP Address to ( The value should be the default ), Just powered on CPU be in 16 In bit real mode , The addressing space size is 2 Of 20 Power (1MB),CS、IP All are 16 Bit .CS*16+IP(0xFFFF0) Is the address of the first instruction , meanwhile CS:IP To be in 2 Of 20 In the addressing space of the power . The first instruction is at the bottom 1MB In space . This first instruction and its following instructions are BIOS, It should provide some services , then CPU To access disk devices .
BIOS
BIOS Read boot sector from disk (512 byte ) Loader in , Write it to memory 0x7c00, then CS:IP Jump there and execute the loader (bootloader).
Say in detail ,BIOS Only run in real mode , It first checks the hardware , Perform device initialization . When repairing the computer , The display does not work , You can guess that there is a memory problem . because BIOS Check the memory first , It doesn't need to be checked later , Also don't start the system . Then check the inserted U disc 、 Disk or something . The information generated by inspection becomes BIOS data . although ROM The data will not disappear , But because the hardware inserted each time is different , therefore BIOS Will change these data . Finally, read the first sector of our disk .BIOS First read the main boot sector of the disk (512 byte ). Because the information provided by this thing can help us choose which operating system in the boot disk . Select and read the active partition according to the information of the primary boot sector ( Partition boot sector ). First execute the jump instruction of the partition boot sector , Jump to the startup code and start the loader .
Loader
The loader puts the disk's ucore Operating system data and code are loaded into memory , Jump to ucore Initial address . Give control to the operating system .
In detail , The loader will first read the boot configuration information from the file system , Based on this information, decide how to load the kernel , In this place, if we can get an option on the display ( Start menu ), It's good to change the parameters . Finally, skip to the kernel .
Not detailed enough
It's still rough to know these , If you write an actual program , Also based on CPU manual 、BIOS standard ( Where to read the first , Above is 0xFFFF0). So you still need to check a lot of information to write your own operating system .
System startup specification
BIOS
The hard disk partition table of the primary boot sector here has only four partition information , Information of each partition 16 byte (BIOS-MBR).BIOS-GPT Support more than four partitions .PXE It's network startup , Download data from the server to the disk to start , here BIOS There should be network download function ,BIOS It's complicated . What I said earlier is to start on the local disk .
UEFI
Start the operating system consistently on all platforms . Boot any system on the disk . For the sake of safety , Check whether the boot record is credible . Only read the boot record that meets the signature .
Check information
边栏推荐
- Caching mechanism of Hibernate / session level caching mechanism
- Golang decorator mode and its use in NSQ
- Golang 装饰器模式以及在NSQ中的使用
- Unity project optimization case 1
- 香港理工大学|数据高效的强化学习和网络流量动态的自适应最优周界控制
- Détails du contrôle de la congestion TCP | 3. Espace de conception
- 8个酷炫可视化图表,快速写出老板爱看的可视化分析报告
- Mysql 将逗号隔开的属性字段数据由列转行
- Google Earth engine (GEE) - daymet v4: daily surface weather data set (1000m resolution) including data acquisition methods for each day
- Unreal_ Datatable implements ID self increment and sets rowname
猜你喜欢
NLP四范式:范式一:非神经网络时代的完全监督学习(特征工程);范式二:基于神经网络的完全监督学习(架构工程);范式三:预训练,精调范式(目标工程);范式四:预训练,提示,预测范式(Prompt工程)
斑馬識別成狗,AI犯錯的原因被斯坦福找到了
CC2530 common registers for timer 1
ThreeJS 第二篇:顶点概念、几何体结构
Explore Cassandra's decentralized distributed architecture
Mysql 将逗号隔开的属性字段数据由列转行
What is the material of 13mnnimor? 13mnnimor steel plate for medium and low temperature pressure vessels
CC2530 common registers for serial communication
Recommendation of good books on learning QT programming
Simulink oscilloscope data is imported into Matlab and drawn
随机推荐
浅谈拉格朗日插值及其应用
Mysql database DDL and DML
8个酷炫可视化图表,快速写出老板爱看的可视化分析报告
QT serial port UI design and solution to display Chinese garbled code
[sword finger offer] 58 - I. flip the word order
[combinatorics] recursive equation (example 1 of recursive equation | list recursive equation)
Cocos Creator 2. X automatic packaging (build + compile)
Svn usage specification
Zebras are recognized as dogs, and Stanford found the reason why AI made mistakes
为抵制 7-Zip,列出 “三宗罪” ?网友:“第3个才是重点吧?”
JSON 与 BSON 区别
Golang 装饰器模式以及在NSQ中的使用
Custom plug-in construction and use of QT plug-in
Top k questions of interview
IDEA-配置插件
How programming apes grow rapidly
Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..
There are several APIs of airtest and poco that are easy to use wrong in "super". See if you have encountered them
IL Runtime
中南大学|通过探索理解: 发现具有深度强化学习的可解释特征