boot
Here are 508 public repositories matching this topic...
Repository has been moved! https://postmarketos.org/move.html#/pmbootstrap
-
Updated
Aug 16, 2018 - Shell
Boot Linux on your Mac, easily
-
Updated
May 29, 2019 - Objective-C
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
-
Updated
Oct 23, 2020 - C
The extensible bootloader for embedded system with application engine, write once, run everywhere.
-
Updated
Oct 10, 2020 - C
Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
-
Updated
Nov 2, 2020 - Clojure
随着技术日新月异,新技术新平台不断出现,对现如今的开发人员来说选择快速高效的框架进行项目开发,既能提高产出,又能节约时间。本框架无需开发即可实现服务注册、服务发现、负载均衡、服务网关、配置中心、API管理、分布式事务、支撑平台、集成框架、数据传输加密等功能,是学习SpringCloud整体业务模式的完整示例,并且可以直接用于生产环境
-
Updated
Aug 20, 2020 - Java
Fast init for Linux systems. Cookies included
-
Updated
Oct 20, 2020 - C
effortlessly boot, configure, update and monitor your raspberry pi
-
Updated
Oct 27, 2020 - Shell
Speedup applications boot by caching require calls
-
Updated
Dec 29, 2016 - Ruby
Boot task to compile ClojureScript programs.
-
Updated
Oct 25, 2018 - Clojure
Example config.boot files for UBNT EdgeRouters with Google, Comcast, and Charter
-
Updated
Oct 12, 2020 - Erlang
Example project for Cljs using Boot instead of Lein. Inspired by Chestnut.
-
Updated
Oct 2, 2018 - Clojure
mounts an overlay file system over root
-
Updated
Oct 25, 2019 - Shell
Improve this page
Add a description, image, and links to the boot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boot topic, visit your repo's landing page and select "manage topics."


Although a new inline assembly syntax
asm!was announced in Rust on 2020/06/08[1], KRaBs still usesllvm_am!.[1] New inline assembly syntax available in nightly
According to the blog, the
asm!macro should be safer and easier to use. This is expected to become the mainstream of inline assembly in the future, so