Singly Linked List What is the singly Linked List ? Posted on March 15, 2016 윤성우의 열혈자료구조를 참조했습니다. [Read More] Tags: list
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