freestanding
There are 25 repositories under freestanding topic.
lone-lang/lone
The standalone Linux Lisp
Bareflank/standalone_cxx
run C++ from anywhere
zig-osdev/riscv-barebones
Barebones RISC-V kernel template for Zig
osdev0/freestnd-c-hdrs-0bsd
Collection of 0BSD-licensed freestanding C headers for GCC and Clang.
libletlib/libletlib
C++ framework for the impatient.
Thraetaona/Innervator
Innervator: Hardware Acceleration for Neural Networks
ilobilo/libstdcxx-headers
Freestanding libstdc++ headers that can be used in a kernel
NullifyDev/Sphere
A compact memory-manipulating language. Its Runtime reads its own binary files for cross-compatibility, running freestanding code whenever it can - loading its own Kernel if no OS is present.
nerdism/mini-kernel
a minimal kernel writen from scratch for research and learning purposes.
osdev0/freestnd-cxx-hdrs
Headers from GCC's libstdc++ that can be used in a freestanding environment.
ilya-sotnikov/ushell
Microshell is a small shell for embedded systems written in C89 without dynamic memory allocations and libc (freestanding)
olaru-alexandru/dxgmx
Scratch written x86 kernel made for learning purposes.
HRuivo/zig-x86-baremetal
Barebones x86 kernel written in Zig.
KevinAlavik/freelibc-old
An alternative to the freestanding libgcc
slayers-git/argparse
A simple parser for the unix-like command line options
Thraetaona/Innervate
A simple and free-from-overcomplications implementation of artificial neural networks ("ANN") using only Python and NumPy.
R077A6r1an/stdlib
A minimal freestanding ISO standard conform C stdlib.
8ightfold/headless-compiler
A zero-dependency compiler - no stdlib, OS headers and heap allocation
kadds/freelibcxx
freestanding C++ utilities
Max2github/lib
Libraries I built myself. I use them in msh (see mshgit).
osdev0/freestnd-c-hdrs
Headers from GCC that can be used in a freestanding environment.
fewizz/core
the library to rule them all
mbalous/whoami-no-stdlib
Simple whoami clone without stdlib using pure WinAPI
luickk/zig-gicv2
arm generic interrupt controller v2 for cortex a57 kernel
ultimaweapon/rbtree
Dependency-free Red-black tree library for C implemented from scratch