File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- /// The tag that the bootloader passes will depend on the ACPI version the hardware supports.
2
- /// For ACPI Version 1.0, a `RsdpV1Tag` will be provided, which can be accessed from
3
- /// `BootInformation` using the `rsdp_v1_tag` function. For subsequent versions of ACPI, a
4
- /// `RsdpV2Tag` will be provided, which can be accessed with `rsdp_v2_tag`.
5
- ///
6
- /// Even though the bootloader should give the address of the real RSDP/XSDT, the checksum and
7
- /// signature should be manually verified.
1
+ //! The tag that the bootloader passes will depend on the ACPI version the hardware supports.
2
+ //! For ACPI Version 1.0, a `RsdpV1Tag` will be provided, which can be accessed from
3
+ //! `BootInformation` using the `rsdp_v1_tag` function. For subsequent versions of ACPI, a
4
+ //! `RsdpV2Tag` will be provided, which can be accessed with `rsdp_v2_tag`.
5
+ //!
6
+ //! Even though the bootloader should give the address of the real RSDP/XSDT, the checksum and
7
+ //! signature should be manually verified.
8
+
8
9
use core:: slice;
9
10
use core:: str;
10
11
You can’t perform that action at this time.
0 commit comments