Kernel
A kernel is the heart of almost every operating system. It is always loaded in memory at any time and deals with the hardware to provide an interface for the software. It also manages peripherals, memory, interrupts, and processes. Examples of widely used kernels include Windows NT and Linux.
Here are 3,397 public repositories matching this topic...
-
Updated
Jul 7, 2022 - C
Now that we have the checklocks
analyzer, we should annotate values that are lock-protected with an appropriate checklocks
attribute.
-
Updated
Jul 17, 2022 - Go
-
Updated
Feb 16, 2022 - C
-
Updated
Jun 20, 2022 - C
-
Updated
Jun 27, 2022 - Rust
-
Updated
Jul 13, 2022 - C
-
Updated
Jul 1, 2022 - C
-
Updated
Jul 2, 2022 - TeX
-
Updated
Jul 16, 2022 - Go
- The
set_mode_X()
HIL functions need to support returning an error if hardware does not support that mode or if the implementation cannot put the hardware in to that mode at that time. See for an example where panic is used instead of returning an error https://github.com/tock/tock/pull/2629/files.
-
Updated
Jun 14, 2022 - Shell
-
Updated
Jul 8, 2022 - Go
-
Updated
Jul 17, 2022 - Shell
-
Updated
Apr 8, 2022
Describe the bug
the bzimage package can't unpack kernels compress with xz. This is because when I wrote it I was not sure how to find
the compressed part and used a simple minded search.
To Reproduce
create a bzImage but enable XZ compression in the kernel (yep, it's still called a bzimage)
use the kexec command with debug and note you see this:
2022/02/02 21:13:15 Failed to unpa
-
Updated
Jul 16, 2022 - Rust
-
Updated
Apr 25, 2022 - C
-
Updated
Jul 14, 2022 - Jupyter Notebook
- Wikipedia
- Wikipedia
See #14569 for the initial discussion. For now, hiding an applet requires setting the size to 0. It would be nice if we had an explicit way to hide it instead.