top of page
검색
Paran Lee
2024년 11월 5일
Linux Kernel DEPT(Dependency Tracker)
메일링 리스트에서 패치 적용해서 빌드하기 $ git clone --branch v6.9-rc7 --depth 1 https://github.com/torvalds/linux.git linux-v6.9-rc7-dept $ sudo apt...
조회수 43회댓글 0개
Paran Lee
2024년 10월 14일
To be a Debian Contributor
엘레먼트는 리눅스 커널 개발자들이 많이 사용하는 IRC 클라이언트 중 하나이다. DebConf 뿐만 아니라 IRC 및 원격 화상 미팅을 위해서 Linux Plumber Conference 에서도 사용 중이다. Download Element App...
조회수 37회댓글 0개
Paran Lee
2024년 6월 17일
7/6 리눅스 커널 개발자들이 캠퍼스 모임!
한동안 리눅스 커널, 시스템 프로그램에 대해서 공부한 내용을 공유하고 토론하는 시간을 갖습니다. 장소는 확정 후 업데이트하겠습니다. 주제: 리눅스 커널 & 유저 퍼징, 노하우 및 지식 공유 등
조회수 142회댓글 0개
Paran Lee
2024년 6월 11일
01. Xen CPU Virtualization (1)
전통적인 하이퍼 바이저 구현: Trap and Emulate 특정 아키텍쳐에서는 Priviledge Instruction / Non-Privliedge Instruction 이 모호한 명령어들이 있었음 POPF: ALU (Zero) Flag +...
조회수 61회댓글 0개
Paran Lee
2024년 5월 16일
Linux File write permission checking tool
Bash Shell script that regular file write permission check on targeting path. Happy happy!
조회수 60회댓글 0개
Paran Lee
2024년 5월 15일
Linux Kernel IRC Channel
We can join the linux kernel IRC channel with Web based IRC. https://webchat.oftc.net/?channels=kernelnewbies This posting introduce the...
조회수 118회댓글 0개
Paran Lee
2024년 5월 11일
GUI Friendly Linux Kernel Mailing & Contribution
For those who are familiar with GUI environments like VS Code, I would like to share the essential parts of setting up a Linux kernel mailin
조회수 153회댓글 0개
Wonhyuk Yang
2022년 12월 28일
Review of "Buddy Compression: Enabling Larger Memory for Deep Learning and HPC Workloads on GPUs"
Summary of the work GPU와 같은 가속기들은 CPU에 비해 limited capacity를 가지고 있다. large footprint를 가진 application들은 아래와 같은 다양한 방법들을 사용하였다. Scale out to...
조회수 173회댓글 1개
bottom of page