Niklas Sombert
|
e1b7ffb3f2
multiboot2-header: Make from_addr return a Result
|
1 年間 前 |
Niklas Sombert
|
a190e48478
multiboot2-header: Make find_header return a Result
|
1 年間 前 |
Niklas Sombert
|
80c2137477
multiboot2-header: Don't trip up on ModuleAlign
|
2 年 前 |
Niklas Sombert
|
18e34d9c63
multiboot2-header: Add getters for the tags
|
2 年 前 |
Niklas Sombert
|
6e24c7f167
multiboot2-header: Add function to find the header
|
2 年 前 |
Philipp Schuster
|
e89b493c7b
Merge pull request #131 from rust-osdev/ci-windows
|
2 年 前 |
Philipp Schuster
|
dce672a925
ci: also build on Windows
|
2 年 前 |
Philipp Schuster
|
14eb04b710
Merge pull request #130 from rust-osdev/cargo-lock
|
2 年 前 |
Philipp Schuster
|
c45fd68382
workspace: check in Cargo.lock
|
2 年 前 |
Philipp Schuster
|
678bcc14f4
Merge pull request #127 from rust-osdev/iterator-fix
|
2 年 前 |
Philipp Schuster
|
d45a558b1f
multiboot2: relax version requirements
|
2 年 前 |
Philipp Schuster
|
030b51d8ba
multiboot2: framebuffer: fix wrong display fmt
|
2 年 前 |
Philipp Schuster
|
ae6d501f58
multiboot2: fix possible panics for elf sections
|
2 年 前 |
Philipp Schuster
|
9e54f63d66
multiboot2: iterator fix (0.15.1)
|
2 年 前 |
Philipp Schuster
|
2e72979961
ci: adjust job name
|
2 年 前 |
Philipp Schuster
|
17813c792d
Revert "ci: use cache for rustup to accelerate CI further"
|
2 年 前 |
Philipp Schuster
|
67fae994c0
multiboot2: prepare v0.15 release
|
2 年 前 |
Philipp Schuster
|
725ea5c5db
Merge pull request #122 from rust-osdev/multiboot2-v15-dev
|
2 年 前 |
Philipp Schuster
|
4b35d585b2
Merge pull request #118 from rust-osdev/custom-tags
|
2 年 前 |
Philipp Schuster
|
cdfc1c7292
multiboot2: simplify usage of cast_tag::<T>()
|
2 年 前 |
Philipp Schuster
|
ff60f052ca
multiboot2: get_tag consumes Into<TagTypeId>
|
2 年 前 |
Philipp Schuster
|
73e97a00af
multiboot2: add test for custom tags
|
2 年 前 |
Philipp Schuster
|
07e9a25002
multiboot2: expose get_tag publicly to allow custom tags
|
2 年 前 |
Philipp Schuster
|
39435b81da
multiboot2: split TagType into TagType and TagTypeId
|
2 年 前 |
Philipp Schuster
|
bd73c24374
multiboot2: add Tag::cast_tag to prevent code duplication
|
2 年 前 |
Philipp Schuster
|
b09c7df2d9
multiboot2: fix misleading doc of efi_memory_map_tag()
|
2 年 前 |
Philipp Schuster
|
557241065b
multiboot2: prevent panic in framebuffer_tag()
|
2 年 前 |
Philipp Schuster
|
99b5f40e25
ci: use cache for rustup to accelerate CI further
|
2 年 前 |
Philipp Schuster
|
3df6d9ee24
ci: also build unstable feature
|
2 年 前 |
Philipp Schuster
|
0cd09379a5
ci: reorder steps (no real effect.. just perfectionism :D)
|
2 年 前 |