💻 Computer Systems: A Programmer's Perspective, Lab Assignments Solutions
Course : Introduction to Computer Systems
Source code from Computer Systems: A Programmer’s Perspective, 3rd Edition
The lab project for CS3601 (2021 Fall): A modern microkernel operating system in AArch64
The lab assignments from Introduction to Computer Systems with my solutions
a malloc implementation I wrote a while back
Simple implementation of a shell following cs-app exceptional control flow chapter
#安全#SUTD 2021 50.005 Computer System Engineering Code Dump
#编辑器#My semester-long project for CS261 - Computer Systems at James Madison University where I constructed a cpu simulator using a smaller version of x86 called y86.
This project is the first assignment in the Computer Systems course. Its purpose is to enlarge my understanding of the representation of bytes in different computers.
Custom malloc library using buddy allocation, managing only one arena
💻 Computer Systems: A Programmer's Perspective, Lab Assignment Solutions
A simulated cache system program. Test cache performance by dynamically specifying the cache structure to see how well optimized an algorithm is on different cache structures.
Introduction to Computer System, textbook is CS:APP