-
Updated
Apr 13, 2021 - C++
Operating system
An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.
Here are 2,694 public repositories matching this topic...
-
Updated
Jun 16, 2021 - C
-
Updated
Jul 4, 2021 - Makefile
-
Updated
Jun 14, 2021 - C
-
Updated
Apr 5, 2021 - TeX
If I rattle on the keyboard I get ControlLeft coming up regularly, even though I am far from the control keys. Upgrading pc_keyboard to 0.5.0 seems to fix it.
-
Updated
Mar 12, 2020 - Shell
-
Updated
Jun 20, 2021
-
Updated
Jul 2, 2021 - Rust
-
Updated
Jul 4, 2021 - Rust
-
Updated
May 11, 2020 - C++
-
Updated
Jun 27, 2021 - C
- 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
Jul 4, 2021 - Java
-
Updated
Feb 5, 2020 - Rust
-
Updated
Jan 17, 2020
debootstrap.sh
replaces extraargs
or another line in the environment where it finds 'console=' before the line that starts with console=
Suggested the following fix:
--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
# if we have a headless device, set console to DEFAULT_CONSOLE
if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE
-
Updated
Jul 30, 2019
-
Updated
Mar 17, 2021 - Python
-
Updated
Jul 2, 2021
-
Updated
Jul 2, 2021 - Rust
-
Updated
Apr 7, 2019
This is on hold because of the many bugs in the compiler
The build has received support for C++20 modules and it's now time to port the whole codebase to it.
The battle plan is to first port applications and utilities and then works our way down the dependency chain except everything needed by the kernel and the libc: libsystem, libio, libutils, libjson
Applications
- about
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
May 31, 2021 - C
-
Updated
Mar 18, 2017 - C#
I can't disable kiosk mode due to a write-protected partition, how can I enable writing to chrome_dev.conf?
- Wikipedia
- Wikipedia
This is my first time getting into a project this big and, even though I am learning C++, I still do not have the amount of necessary knowledge to start working on this.
It would be nice that PixelPaint asked you if you wanted to save your stuff even though when you've not created a file yet. If I hit the close button when there's no file I'm working on, then it closes and I lose all my work.