This website works better with JavaScript
홈
탐색
도움말
로그인
DragonOS-Community
/
multiboot2
의 미러
https://github.com/DragonOS-Community/multiboot2
Watch
4
Star
0
포크
0
파일
이슈
0
위키
트리:
3918c18723
브랜치
태그
main
multiboot2-v0.22.2
multiboot2
/
Changelog.md
Changelog.md
876 B
히스토리
Raw
0.12.0
breaking:
load()
and
load_with_offset
now returns a result
added public constant
MULTIBOOT2_BOOTLOADER_MAGIC
Rust edition 2018 (instead of 2015)
internal code improvements
0.11.0
lib now contains public
TagType
-enum that contains all possible mbi tags that are specified (taken from spec)
much improved debug-formatting of
BootInformation
internal code improvements / formatting
0.10.0
allow access to all memory regions (MemoryMap-Tag)
internal code improvements
0.9.0
Add a
checksum_is_valid
method to the RSDP tags (
#64
)
0.8.2
Add some basic documentation (
#62
)
Add MemoryAreaType, to allow users to access memory area types in a type-safe way (
#61
)