- C-like code reindenter/beautifier
- x86(-64) assembler/disassembler
- Denigma AI-powered code analyzer tool
- How to Set Extra Screen Resolutions in Virtualbox VMs
- VBoxManage setextradata "VM-Name" "CustomVideoMode#" "#x#x32"
- TempleOS binary patch table parser written in Java using ghidra
- TempleOS .BIN format guide from minexew
- alec VBoxGuest.HC
- slendi's HolyC+ASM lexer, parser
- TempleOS host-machine userspace software
- TOS 3D .STL model viewer
- TOS .TOML parsing
- TOS themes
- Interrupt List
- AMD64 Architecture Programmer's Manual Volumes 1-5
- PCIExpress Base 3.0
- Intel 64 & IA-32 Architectures Software Developer's Manual
- SSE SIMD practical guide
- x86-64 reference manual coder64
- x86-64 reference manual felixcloutier
- SIMD SSE Instruction List
- PCI Local Bus Specification, revision 3.0
- x86 architecture mod R/M byte
- Instruction Execution Lecture/Guide
- Intel E1000-series NIC Programer's Manual
- E1000 driver source from WingOS
- E1000 driver source from linux
- e1000 driver source from minix
- C program test suite for testing lexers/parsers/compilers against
- Public Domain C Library
- Public Domain single-file C Libraries
- Write Yourself a Git git from-scratch reimplementation guide
- random example of a git reimplementation that has a push method
- How to get your open source changes merged
- Assembly Introduction from tutorialspoint
(in the screenshot, example-user is making a PR to master from branch example-pr-branch-name, this username and this branch name are used in the second step's command)
- From your project repository, check out a new branch
- git checkout -b name-of-new-local-branch-here master
- Pull the changes from example-user's PR branch example-pr-branch-name into the new created local branch
- git pull https://github.com/example-user/ZealOS.git example-pr-branch-name