/Operating-System-Team5

2023 운영체제 5조 파일시스템 구현하기

Primary LanguageC

Operating-System-Team5

2023 운영체제 5조 파일시스템 구현하기

build

make

clean

make clean

fclean

make fclean

re

make re

run

./MINILINUX

How to handling segmentation fault

gcc [all source files] -fsanitize=address -g3 -o [output]

If you want to build faster

make -j

In Ubuntu

sudo apt install git
git clone https://github.com/kurtyoon/Operating-System-Team5.git
sudo apt install make
sudo apt install gcc