Home
last modified time | relevance | path

Searched refs:multiboot2 (Results 1 – 7 of 7) sorted by relevance

/DragonOS/docs/kernel/boot/
H A Dbootloader.md5 - [x] multiboot2
30 …oot2 Specification](http://git.savannah.gnu.org/cgit/grub.git/tree/doc/multiboot.texi?h=multiboot2)
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs5 use multiboot2::{BootInformation, BootInformationHeader, MemoryAreaType, RsdpV1Tag};
25 pub(super) const MULTIBOOT2_ENTRY_MAGIC: u32 = multiboot2::MAGIC;
45 fn mb2_rsdp_v2_tag_to_rsdp_struct(tag: &multiboot2::RsdpV2Tag) -> Rsdp { in mb2_rsdp_v2_tag_to_rsdp_struct()
113 multiboot2::FramebufferType::Indexed { palette: _ } => todo!(), in early_init_framebuffer_info()
114 multiboot2::FramebufferType::RGB { red, green, blue } => { in early_init_framebuffer_info()
126 multiboot2::FramebufferType::Text => { in early_init_framebuffer_info()
H A Dboot.rs5 use super::{multiboot2::early_multiboot2_init, pvh::early_linux32_pvh_init};
H A Dmod.rs28 mod multiboot2; module
/DragonOS/kernel/
H A DCargo.toml73 multiboot2 = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/multiboot2", rev = "05…
/DragonOS/tools/
H A Dwrite_disk_image.sh62 if ${GRUB_PATH_I386_LEGACY_FILE} --is-x86-multiboot2 ${kernel}; then
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md90 - bugfix: multiboot2启动的信息因为没及时转存导致后面无法从其中进行查询的bug ([#405](https://github.com/DragonOS-Community/Dra…
1578 - bugfix: multiboot2启动的信息因为没及时转存导致后面无法从其中进行查询的bug