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+
89use core:: slice;
910use core:: str;
1011
You can’t perform that action at this time.
0 commit comments