Materials for reviewing CPT101 Computer Systems
Ultimate Notes - Taken from Justin's repository
Revision Notes - Based on ultimate notes, with many AI-generated texts. Just for fun.
-
To compile the assembly code, you may run
clang -fasm-blocks -m32 -O3
on a x86 linux machine. -
To run helper scripts, you may use
deno run <path_to_script>
.