mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-23 07:08:11 +00:00
spelling fix.
This commit is contained in:
parent
25ef64c198
commit
f05fb8d00e
@ -181,7 +181,7 @@ if (paravirt_enabled())
|
|||||||
return;
|
return;
|
||||||
```
|
```
|
||||||
|
|
||||||
we exit from the `reserve_ebda_region` function if paravirtualization is enabled because if it enabeled the extended bios data are is absent. In the next step we need to get the end of the low memory:
|
we exit from the `reserve_ebda_region` function if paravirtualization is enabled because if it enabled the extended bios data area is absent. In the next step we need to get the end of the low memory:
|
||||||
|
|
||||||
```C
|
```C
|
||||||
lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES);
|
lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES);
|
||||||
|
Loading…
Reference in New Issue
Block a user