Array List What is the array list ? Posted on March 14, 2016 이 글의 내용은 윤성우의 열혈자료구조를 참조했습니다. [Read More] Tags: array, list
Analysis of NVMe Driver source In order to register lightnvm, I analyzed kernel source, source version is 4.4 Posted on March 10, 2016 If you want to debug kernel source, use “printk” function, [Read More] Tags: nvme
Typedef In Kernel What is the typedef in kernel ? Posted on March 9, 2016 while seeing kernel source, I wonder Statement like “typedef int function (int * , int);” [Read More] Tags: summary
Open-Channel Solid State Drive concise Infomation of Open-Channel SSD Posted on March 7, 2016 이 사이트 참조 [Read More] Tags: lightnvm
Linux File Permission What is "ls" command's meaning and File Permission in Linux Posted on March 7, 2016 now I will look into kernel’s lightnvm ioctl(Input Output control, in short), so while studying kernel, I make a note that I learn. [Read More] Tags: summary