Found 590 repositories(showing 30)
cirosantilli
MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat
StateSmith
A state machine code generation tool suitable for bare metal, embedded and more.
magmide
A dependently-typed proof language intended to make provably correct bare metal code possible for working software engineers.
microsoft
High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. Freeflow requires zero modification on application code/binary.
openstack
A service for managing and provisioning Bare Metal servers. Mirror of code maintained at opendev.org.
lowbyteproductions
Code for the "Bare Metal Series" videos
cortexm
ARM Cortex-M bare-metal example code in C++ and CMake build
eddyem
Code samples and ready projects based on bare-metal STM32
klange
Swift on bare metal. Explorations of compiling Swift code without a standard library.
brianwiddas
Experimenting with bare metal coding on a Raspberry Pi
achilleasa
Demo code and slides for my GolangUK '17 talk: "Bare Metal Gophers: Can you write a kernel in Go?"
Kochise
Dreamcast documentation and source code for bare metal coding
hemashushu
A bare metal (register level) STM32F103C8T6/STM32F103 MCU program written in pure Rust without any IDE, SDK, HAL or library, and no assembly code, the only tool required is the Rust compiler.
openstack
A Python agent for provisioning and deprovisioning Bare Metal servers. Mirror of code maintained at opendev.org.
carlosftm
RP2040 Raspberry Pi Pico Bare Metal code
minilogic
Bare metal code examples for Allwinner's F1C100S (F1C200S) SOC
redcode-labs
Code snippets for bare-metal malware development
openstack
Deployment of containerised OpenStack to bare metal using kolla and bifrost. Mirror of code maintained at opendev.org.
ashwio
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
eggman
Raspberry Pi bare metal code for qemu raspi2 and raspi3.
cbiffle
Full code from my "Tiny WebAssembly graphics demos" blog post. http://cliffle.com/blog/bare-metal-wasm/
WRansohoff
Minimal code for a 'bare metal' ESP32 program which does not use ESP-IDF. Really just a learning exercise because the ESP-IDF is Apache-licensed and quite good; I just had trouble finding lower-level information about the chip.
g-schro
Bare Metal Embedded Software Course Code
emogenet
C++ code to read data from a Roche Accu-Chek Guide blood glucose monitor over bare metal USB
EddyCliff
Welcome to the "stm32 smart car" repository! This is a code repository focusing on smart car projects based on STM32 microcontrollers. Note: This project is bare metal development without an operating system.
gingold-adacore
Bare metal demo code for Raspberry PI 3
DanB91
Super bare-minimum code needed to get started writing an OS or UEFI bare metal application
Random06457
Raspberry PI 4 Bare Metal GPU demo code
minilogic
Bare metal code examples for Allwinner's V3S SOC
Startup code and exception vector for bare-metal Rust on aarch64 Cortex-A processors.