Skip to content

Commit

Permalink
README separated links for shell_v2 and malloc
Browse files Browse the repository at this point in the history
  • Loading branch information
allelomorph committed Dec 6, 2021
1 parent 2fc9c0a commit fba4eb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Building a clone of the Linux function `ls`.
### [(322) 0x01. C - Static variables, getline](./0x01-getline/)
Introduction to static variables in C and building a clone of the glibc function `getline`.

### [(327) 0x02. C - Shell v2](./0x02-shell_v2/)
### [(327) 0x02. C - Shell v2](https://github.com/allelomorph/shell_v2)
Revisiting (235) 0x16. C - Simple Shell to build a second clone of `dash` / Ubuntu `sh`, now with logical operators, piping, and input/output redirections.

Project 0x02 found in separate repository [`shell_v2/`](https://github.com/allelomorph/shell_v2).
* Project [profile](./0x02-shell_v2)
* Project repo: [`shell_v2/`](https://github.com/allelomorph/shell_v2)

### [(360) 0x03. Python - /proc filesystem](./0x03-proc_filesystem/)
Introduction to using the `/proc` filesystem to explore the memory footprint of a running process.
Expand All @@ -51,10 +51,10 @@ Learning more about syscalls and registers, and the use of the `ptrace` library
### [(442) 0x0A. Multithreading](./0x0A-multithreading/)
Introduction to the `pthread` library and concepts like concurrency vs parallelism, mutual exclusion, and race conditions.

### [(374) 0x0B. C - malloc](./0x0B-malloc/)
### [(374) 0x0B. C - malloc](https://github.com/allelomorph/malloc)
Investigating virtual memory and the heap by building clones of the glibc `malloc`, `free`, `calloc`, and `realloc`.

Project 0x0B found in separate repository [`malloc/`](https://github.com/allelomorph/malloc).
* Project [profile](./0x0B-malloc/)
* Project repo: [`malloc/`](https://github.com/allelomorph/malloc)

### [(441) 0x0C. Sockets](./0x0C-sockets/)
Introduction to networking in C using sockets; building a simple HTTP server.
Expand Down

0 comments on commit fba4eb9

Please sign in to comment.