-
We previously had some discussion of using some sort of `Visitor` pattern to visit and update page tables. I got some time to play around with it a bit today. I think it is promising, but there are so…
-
```
The long mode is reported incorrectly by GUI when switching directly from real
mode to flat long mode skipping protected mode. GUI reported flat long mode as
protected mode.
What steps will rep…
-
This is my first project using this crate, I've followed the quick start (https://github.com/rust-osdev/bootloader/blob/HEAD/docs/create-disk-image.md) exactly down to the file/folder names. The proje…
-
We recently got a bug report for the `cargo-xbuild` project that builds with LTO fail on recent nightlies: https://github.com/rust-osdev/cargo-xbuild/issues/69. The error message is "error: failed to …
-
```
The long mode is reported incorrectly by GUI when switching directly from real
mode to flat long mode skipping protected mode. GUI reported flat long mode as
protected mode.
What steps will rep…
-
Splitting this out from https://github.com/rust-osdev/uefi-rs/issues/285:
@timrobertsdev wrote:
> I've been attempting to investigate why, but I've been having a little trouble getting `rust-gdb` …
-
![Screenshot_20211006_163617](https://user-images.githubusercontent.com/58464017/136279309-ea0c5369-47d2-4e02-a7a6-134a83504b6d.png)
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Windows10 Home 20H2 19042.1526
- VS Code Version: 1.64.2
- C/C++ Extension Version: 1.8.4
- Other extensions you installe…
-
I have a UDF disc which has empty Volume Recognition Sequences (`BEA01` and `NSR02`).
Redumper therefore cannot find the Primary Volume Descriptor (PVD) and does not return any information contained …
maxz updated
8 months ago
-
Manejador BASICO de memoria, lo necesito por ejemplo para estructuras dinamicas que no sé de antemano, por ejemplo para cada CORE necesito un espacio de pila diferente, y no se cuantos cores tengo.