kernel
Here are 91 public repositories matching this topic...
-
Updated
Oct 5, 2020 - Rust
-
Updated
Oct 5, 2020 - Rust
-
Updated
Sep 15, 2020 - Rust
-
Updated
Dec 2, 2019 - Rust
-
Updated
Sep 24, 2020 - Rust
-
Updated
Oct 3, 2020 - Rust
display_bsod internally calls the map_framebuffer syscall to map the framebuffer, because we . were lazy and didn't want to duplicate code. However this syscall retrieves the current process to map it in its process memory.
When we're panicking during early boot, CURRENT_PROCESS is None and this panics in the panic handler.
We should instead do a second function that maps it in the k
-
Updated
Sep 27, 2020 - Rust
Improve diagnostics by converting the error to IncompatibleValueConversion(AmlType, AmlType). Convert all places where the error is emitted to fill in the correct types (these will be able to be hardcoded for most conversions).
NOTE: This relies on the merging of #47 to introduce the AmlType type
-
Updated
Sep 5, 2020 - Rust
-
Updated
Jan 11, 2020 - Rust
-
Updated
Oct 5, 2020 - Rust
-
Updated
Jun 29, 2020 - Rust
-
Updated
Oct 9, 2017 - Rust
-
Updated
Sep 1, 2020 - Rust
-
Updated
Oct 5, 2020 - Rust
Improve this page
Add a description, image, and links to the kernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kernel topic, visit your repo's landing page and select "manage topics."
Resurrecting the second bullet from #1334