#
bios
Here are 138 public repositories matching this topic...
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
-
Updated
Feb 17, 2020 - C++
pre-built coreboot images and documentation on how to flash them for the Thinkpad X230
-
Updated
Aug 31, 2020 - C
Extract BIOS firmware from Intel-based workstations and laptops
-
Updated
May 4, 2019 - C++
Ping-Pong-like game in Assembly that works without OS
twitch
game-development
os
operating-system
assembly-language
bios
real-mode
twitch-streamers
ping-pong-game
-
Updated
Aug 13, 2019 - Assembly
Bootable minesweeper game in a 512-byte boot sector
-
Updated
Jun 5, 2020 - Assembly
Hackintosh NUC8I5BEH - 黑苹果 - OpenCore & Clover
-
Updated
Sep 18, 2020 - ASL
library for interacting with Dell SMBIOS tables
-
Updated
May 1, 2020 - C
XPS 13 (9360) with macOS Catalina
macos
dell
boot
hackintosh
macintosh
dell-xps
bios
hackintosh-files
xps
xps13
9360
macos-mojave
clover-configurations
hackintosh-efi
clover-efi
dell-9360
catalina
macos-catalina
catalina-os
formatting-ssd
-
Updated
Sep 8, 2020 - ASL
Automated BIOS, ME, TPM firmware update and BIOS settings for HP devices
-
Updated
Jan 26, 2020 - PowerShell
Flashing Dell BIOS images on Linux systems
-
Updated
Oct 31, 2018 - Shell
Compilation of BIOSes for various emulation platforms
-
Updated
May 16, 2020
FAT12/16/32 Bootsector for .COMs/.EXEs
-
Updated
Jun 23, 2015 - Assembly
assembler
boot
x86
bootloader
mbr
nasm
operating-systems
master-boot-record
bios
programm
boot-manager
boot-menu
-
Updated
Jul 31, 2018 - Assembly
-
Updated
Jun 6, 2020 - Python
Improve this page
Add a description, image, and links to the bios topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bios 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