본문 바로가기

Programming/Linux_Kernel

rootfs

rootfs 란?


linux kernel 을 build 할때 가장 최 상의에 위치할 filesystem 의 폴더 경로를 ramdisk로 만들고 미리 package 화 한 binary


/bin

/dev

/etc

/lib

/proc

/root

...

'Programming > Linux_Kernel' 카테고리의 다른 글

Linux storage stack diagram  (0) 2018.11.02
dtb(device tree blob) file parser(command) on linux  (0) 2018.05.31
filesystem 잡다한 내용  (0) 2017.06.13
batched discard - ext4  (0) 2017.01.03
Direct IO 를 위한 aligned buffer 얻기  (0) 2015.06.29