-
Updated
Oct 28, 2021 - Rust
operating-system-kernel
Here are 53 public repositories matching this topic...
-
Updated
Nov 19, 2020 - C
-
Updated
Oct 13, 2021 - C
-
Updated
Oct 28, 2021 - Rust
-
Updated
May 20, 2019 - C++
-
Updated
Feb 2, 2021 - C
-
Updated
Oct 26, 2021 - C
-
Updated
Mar 5, 2021 - Rust
-
Updated
Sep 7, 2020 - C
-
Updated
Aug 20, 2021 - C
-
Updated
Jul 24, 2021 - C++
-
Updated
May 19, 2021 - C++
IMPORTANT NOTE: As of v0.26.3, the content below is ONLY relevant for Raspberry Pi (3+)
Xita cross compiler is currently hung up on data types system, because the memory allocation system is not implemented in assembly. Types that exceed 8 bytes in size must dynamically allocate memory to hold the data.
To continue development of data types for the language, the compiler dev te
-
Updated
Apr 15, 2020 - C
-
Updated
Aug 2, 2021 - C
-
Updated
May 16, 2021 - C
-
Updated
Oct 5, 2021 - C
-
Updated
Nov 25, 2019 - C
-
Updated
Oct 2, 2021 - C
-
Updated
Aug 23, 2016 - C
-
Updated
Oct 19, 2020 - Rust
-
Updated
Jan 31, 2021 - C++
As it says in the title. I'm listing this as an issue so that the It Works on Real Hardware milestone is not completed when one can guarantee the safety of existing operating systems and existing data.
-
Updated
Sep 21, 2021 - Assembly
-
Updated
Jun 6, 2021 - C++
-
Updated
Sep 15, 2020 - C
-
Updated
Jan 22, 2021 - C
-
Updated
Apr 6, 2012 - C
Improve this page
Add a description, image, and links to the operating-system-kernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the operating-system-kernel topic, visit your repo's landing page and select "manage topics."
Check out kernel/kernel/kshell.c and kernel/libk/string.c... Replace the 'local' string algorithms in kshell with string.c ones. Also check if string.c/string.h implements all the the standard string functions