Skip to content

kurtyoon/Operating-System-Team5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors