mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-28 04:32:08 +08:00
Update Booting/linux-bootstrap-2.md
This commit is contained in:
@@ -449,7 +449,7 @@ if (cpu_level < req_level) {
|
||||
|
||||
接下来内核将进行一系列的参数查询。我们在这里将不深入介绍所有这些查询,我们将在后续章节中在进行详细介绍。在这里我们将简单介绍一些系统参数查询:
|
||||
|
||||
[query_mca](https://github.com/torvalds/linux/blob/master/arch/x86/boot/mca.c#L18) 方法调用`0x15`中断[0x15](http://www.ctyme.com/intr/rb-1594.htm)来获取机器的型号信息,BIOS版本以及其他一些硬件相关的属性:
|
||||
[query_mca](https://github.com/torvalds/linux/blob/master/arch/x86/boot/mca.c#L18) 方法调用[0x15](http://www.ctyme.com/intr/rb-1594.htm)中断来获取机器的型号信息,BIOS版本以及其他一些硬件相关的属性:
|
||||
|
||||
```c
|
||||
int query_mca(void)
|
||||
|
||||
Reference in New Issue
Block a user