Pinned Repositories
64bit-os-tutorial
This OS Tutorial expands on the fundamental concepts covered in cfenollosa/os-tutorial and covers entering long mode on the x86_64 architecture. It also uses clang rather than relying on an external crosscompiler. I plan on keeping it up to date, so feel free to submit an issue!
aarch64-bare-metal-qemu
aarch64 bare metal test on qemu
ai-edu
AI education materials for Chinese students, teachers and IT professionals.
asm-examples
Examples of using assembly language for various tasks on various OS's
awesome-programming-books-1
📚 经典技术书籍 PDF 文件,持续更新...
babyos
自己动手实现一个玩具操作系统,名曰babyos。以baby为名,取其活泼、可爱之意。简单,却招人喜爱,幼稚,却又生机勃勃。
babyos2
a 32 bit Intel 386 toy os kernel
babyos3
a 64 bit linux like toy os kernel
backup
一些博客的备份
baremetal-arm
An ebook about bare-metal programming for ARM
fary86's Repositories
fary86/NN_Test
This project contains some neural network code
fary86/phys139_239
UCSD PHYS 139/239: Machine Learning in Physics (Winter 2023)
fary86/cpplinks
A categorized list of C++ resources.
fary86/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
fary86/SimpleKernel
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
fary86/ai-edu
AI education materials for Chinese students, teachers and IT professionals.
fary86/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
fary86/tensorflow
An Open Source Machine Learning Framework for Everyone
fary86/mesos
Apache Mesos
fary86/Book
Source code for the virtualization book
fary86/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
fary86/lenet5-from-scratch
LeNet-5 Convolution Neural Network built primarily using NumPy and applied on the MNIST Handwritten Digit Dataset
fary86/LeNet-from-Scratch
Implementation of LeNet5 without any auto-differentiate tools or deep learning frameworks. Accuracy of 98.6% is achieved on MNIST dataset.
fary86/cs231n.github.io
Public facing notes page
fary86/rpi4-osdev
Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4
fary86/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
fary86/sOS64
自己写一个64位操作系统 🐍OS
fary86/raspi3-tutorial
Bare metal Raspberry Pi 3 tutorials
fary86/coolgpu_blog
fary86/riscv-bare-metal
A RISC-V bare metal example
fary86/linux-vm-notes
Notes on the linux kernel VM subsystem.
fary86/pcm
Processor Counter Monitor
fary86/intel-cmt-cat
User space software for Intel(R) Resource Director Technology
fary86/libprocess
Library that provides an actor style message-passing programming model (in C++).
fary86/k
k kernel base code
fary86/p1-kernel
A tiny, modern kernel on real hardware
fary86/ECDICT
Free English to Chinese Dictionary Database
fary86/xv6-chinese
中文版的 MIT xv6 文档
fary86/ostep-code
Code from various chapters in OSTEP (http://www.ostep.org)
fary86/backup
一些博客的备份