2022-08-11
Today I made a bit more progress on my shell! I can now change directory, make other system calls, and run multiple commands (separated by &&).
I started working on implementing pipes (|) and learnt some cool stuff:
ls /proc)ls -l /proc/self/fd prints the file descriptors table in the current processToday I also got to meet a few more people and had some really interesting chats, paired with Sophia on some environment setup stuff, and attended a really excellent debugging workshop run by Julia.