Pinned Repositories
HSKernel
A basic OS kernel for x86 written in Assembly and C. Based entirely around: https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
harrisonstatham's Repositories
harrisonstatham/HSKernel
A basic OS kernel for x86 written in Assembly and C. Based entirely around: https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
harrisonstatham/CheezLang
Cheez is a programming language
harrisonstatham/Controleo3
Software for Controleo3 Reflow Oven Controller
harrisonstatham/Dexter
harrisonstatham/dietsplash
Simple boot splash for Linux
harrisonstatham/ECE4180Labs
Georgia Tech ECE 4180 lab assignments.
harrisonstatham/Finance
Some finance code that I am experimenting with.
harrisonstatham/FPGASimpleComputer
A basic soft processor implemented on an FPGA.
harrisonstatham/gqrx
Software defined radio receiver powered by GNU Radio and Qt.
harrisonstatham/HSMissileCommand
Missile Command on the MBED. ECE 2035 project
harrisonstatham/LLVMSharp
LLVM bindings for .NET Standard written in C# using ClangSharp (www.clangsharp.org)
harrisonstatham/necpp
NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2++ can analyse radiating as well as scattering properties of structures. The simulation engine in Nec2++ is compiled into a library for easy integration into automatic antenna design systems or GUI tools. Examples are included for using Nec2++ from C/C++, Ruby and Python.
harrisonstatham/RFVectorSignalGenerator
ADS design files for an RF Vector Signal Generator
harrisonstatham/RPi2040_Micropython
harrisonstatham/x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/************/x86-assembly-cheat Keywords: hello world, bare bones, boot sector, MBR, BIOS, UEFI, VGA, GRUB, Multiboot, QEMU.