2023 운영체제 5조 파일시스템 구현하기
make
make clean
make fclean
make re
./MINILINUX
gcc [all source files] -fsanitize=address -g3 -o [output]
make -j
sudo apt install git git clone https://github.com/kurtyoon/Operating-System-Team5.git sudo apt install make sudo apt install gcc