시스템콜 썸네일형 리스트형 [Device Driver] 커널에 Systemcall 등록 및 실행 작업 환경-메인 OS : Windows 8.1K(Intel Core i5-4590)-작업 OS : Ubuntu 14.04.5 LTS 64bit(VirtualBox)-장 비 명 : Hybus-Smart4412 1. 초기설정 - cd ~/Smart4412/Development/Source/Kernel/kernel_4412/kernel- hellocall.c를 만든다 hellocall.c#include asmlinkage long sys_hellocall(){printk("==========\n");printk("Hello ~ sys call\n");printk("==========\n");return 0;} 2. Kernel에 코드 등록- cd /Smart4412/Development/Source/Kerne.. 더보기 이전 1 다음