issues
search
rust-osdev
/
x86_64
Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797
stars
132
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix CI job for building on MSRV
#510
Freax13
closed
3 days ago
1
fix typo in "InvPicdCommand"
#509
Freax13
closed
1 day ago
1
fix field order for INVPCID descriptor
#508
Freax13
closed
6 days ago
1
gate HandlerFunc behind target_arch = "x86{_64}"
#507
Freax13
closed
1 day ago
1
TryFrom implementation for ExceptionVector
#506
mrjbom
closed
10 hours ago
3
TryFrom implementation for ExceptionVector
#505
mrjbom
closed
3 weeks ago
0
Typo fix in TaskStateSegment comment
#504
mrjbom
closed
10 hours ago
4
Minor clarification DescriptorTablePointer::limit comment
#503
mrjbom
closed
10 hours ago
2
Fix clippy warnings
#502
phil-opp
closed
1 month ago
2
Remove stabilized `const_mut_refs` feature
#501
phil-opp
closed
1 month ago
1
CI: Don't error on stabilized features
#500
phil-opp
closed
1 month ago
1
CI failure because of stabilized `const_mut_refs` feature
#499
phil-opp
closed
1 month ago
4
Unifying physical and virtual address types across the rust OS development ecosystem.
#498
jounathaen
closed
1 month ago
10
Add automatically generated Kani harnesses
#497
cvick32
closed
2 months ago
3
remove #![feature(asm_const)]
#496
Freax13
closed
3 months ago
0
fix testing
#495
Freax13
closed
3 months ago
0
CR8 (task priority) register
#494
kennystrawnmusic
opened
4 months ago
1
Patched
#493
Wasabi375
closed
4 months ago
1
don't use label starting with `1`
#492
Freax13
closed
3 months ago
1
Add size and len for PageRange, PhysFrameRange, PageRangeInclusive and PhysFrameRangeInclusive
#491
Wasabi375
closed
3 months ago
5
Ensure that Page actually implements Hash
#490
Wasabi375
closed
4 months ago
0
constify PhysFrame functions
#489
Freax13
closed
5 months ago
0
fix warnings
#488
Freax13
closed
5 months ago
0
`Mapper::unmap` should be unsafe
#487
Wasabi375
closed
4 months ago
4
merge master into next
#486
Freax13
closed
5 months ago
0
fix cfg related warnings
#485
Freax13
closed
6 months ago
0
add Mapper::clear to clear any page table entry regardless of present flag
#484
Wasabi375
closed
5 months ago
6
Only enable instructions on `x86_64`
#483
phil-opp
closed
6 months ago
0
silence warning about cast
#482
Freax13
closed
6 months ago
2
PageTable: Handling of pages without the present flag set
#481
Wasabi375
closed
5 months ago
2
CI: Set `-Crelocation-model=static` in `RUSTFLAGS` for bootloader test job
#480
phil-opp
closed
7 months ago
2
chore: migrate from legacy `rust-toolchain` to `rust-toolchain.toml`
#479
mkroening
closed
7 months ago
0
ci: migrate away from unmaintained actions
#478
mkroening
closed
7 months ago
0
test: replace `x86_64-bare-metal.json` with `x86_64-unknown-none`
#477
mkroening
closed
7 months ago
4
fix and detect warnings
#476
mkroening
closed
7 months ago
0
docs: fix and detect warnings
#475
mkroening
closed
7 months ago
0
docs: add aliases for `in{,b,w,l}` and `out{,b,w,l}`
#474
mkroening
closed
7 months ago
1
release 0.15.1
#473
Freax13
closed
8 months ago
0
add write_pcid_no_flush
#472
Freax13
closed
8 months ago
1
expose DEBUG_STR more directly
#471
Freax13
closed
8 months ago
0
`Sealed::DEBUG_STR` is publicly accessible
#470
mkroening
closed
8 months ago
10
properly jump the address gap in CleanUp
#469
Freax13
closed
8 months ago
4
A `VirtualAddr` panic is triggered when the page table called `clean_up`
#468
GZTimeWalker
closed
8 months ago
3
Feat: add constructor for `InterruptStackFrameValue`
#467
GZTimeWalker
closed
8 months ago
0
Should have a way to construct an `InterruptStackFrameValue`?
#466
GZTimeWalker
closed
8 months ago
3
doc: added help on update_flags to get flags
#465
Sxmourai
closed
8 months ago
1
miscellaneous improvements
#464
Freax13
closed
8 months ago
0
release v0.15.0
#463
Freax13
closed
8 months ago
2
optimize `Step` impl for `VirtAddr`
#462
Freax13
closed
8 months ago
0
Returning FrameAlreadyMapped error when it shouldn't
#461
Sxmourai
closed
8 months ago
10
Next