내이글루 | 포토로그 | 로그인

egloos

  • 밸리
  • 테마목록
  • 이오공감
  • 스킨&위젯
  • 앱스
  • 마이리더
추천검색어:
피규어, 내아내의모든것
  • 전체인기글
  • 영화
  • 방송&연예
  • 도서
  • 음악
  • 공연&전시
  • 음식
  • 애완반려동물
  • 여행
  • 사진
  • 패션&뷰티
  • 연애
  • 개그
  • 일상
  • 육아
  • IT
  • 얼리어답터
  • 지름
  • 자동차
  • 스포츠
  • 뉴스비평
  • 인문사회
  • 역사
  • 세계
  • 과학
  • 게임
  • 애니메이션
  • 만화
  • 토이
  • 창작
  • 벼룩시장
  • 지식Q&A
  • 이글루스

태그>kernel(총 197개의 글)

'kernel' 관련 최근글이글루스 'kernel' 태그 최근글 이 태그에 글쓰기

  • vmalloc, __alloc_pages 분석
    머루 생각  by 참머루|2008/07/17 23:04

    + _alloc_pages 사실 _alloc_pages를 코드만 보고 이해하기 힘들었음 Understanding the Linux Kernel 3rd. 이 많은 도움이 됨 그러나 아직도 30% 밖에 이해를 못했다고 생각함 단지 buddy system algorithm자체만 이해를 잘 해둬도 좋을 것 같다는 생각으로 분석..

    KERNEL

  • kmalloc 분석
    머루의 이글루  by 참머루|2008/06/18 23:16

    아~ 실제로 kmalloc해서 memoryh를 할당받는다는 것은 요청한 size에 맞는 slab object를 할당받는다는 거이구나! 그래서 주로 실제로 요청한 size보다 더 큰 size를 할당해 주겠구나!

    KERNEL

  • OOM (Out Of Memory)
    머루 생각  by 참머루|2008/06/08 22:39

    + The Zone Allocator - Out of Memory . the previous paragraph is omitted . 11. If no page frame has been freed in step 9, the kernel is in deep trouble, because free memory is dangerously low and it was not possible to reclaim any ..

    KERNEL

  • loops_per_jiffy, calibrate_delay, BogoMips, delay 함수들
    머루의 이글루  by 참머루|2008/05/30 19:37

    + loops_per_jiffy 각 jiffy 사이에 (즉 timer interrupt 사이에)의 loops의 갯수를 의미하는 변수로서 loop를 이용해서 delay를 구현하는 함수에 의해서 사용되는 변수 linux booting시에 calibrate_delay() 함수에 의해서 최초 설정된다+ calibrate_delay() 프..

    KERNEL

  • 클릭하시면, 다른 썸네일을 보실 수 있습니다. 클릭하시면, 다른 썸네일을 보실 수 있습니다. Understanding the Linux Kernel 3rd Ed (8장) thumbnail thumbnail thumbnail
    Understanding the Linux Kernel 3rd Ed (8장)
    머루의 이글루  by 참머루|2008/05/24 13:51

    We also mentioned that some portion of RAM is permanently assigned to the kernel and used to store both the kernel code and the static kernel data structures. [Chapter 2: Ke..

    KERNEL

  • Understanding the Linux Kernel 3rd Ed (7장)
    Understanding the Linux Kernel 3rd Ed (7장)
    참머루의 이글루  by 참머루|2008/04/18 09:19

    Firue 7-1 The runqueue structure and the two sets of runnable process

    KERNEL

  • 리눅스 커널 해부 (한글)
    시험さま  by 시험さま|2008/04/16 11:59

    내 블로그의 관련글 : Anatomy of the Linux Kernel 위 페이지는 SlashDot의 게시물인데, IBM Developerworks 자료인 Anatomy of the Linux Kernel을 도마에 올려놓고 사람들이 다양한 의견을 주고받는 전형적인 SlashDot스러운 게시물이다. 게시물에서 다루는 문..

    프로그래밍, os, linux, kernel

  • module_init 분석 : Ordering of module_init call is determined by li..
    참머루의 이글루  by 참머루|2008/04/12 10:24

    module_init 매크로에 의해 선언된 함수(이하, 'module_init함수')가 호출되는 순서를 control할 일이 있어서 아래 blog내용을 토대로 module_init에 관한 모든 것을 분석해 보았다. 알아낸 결론은 module_init 함수의 순서는 link order에 의해서 결정된다는 것이고, ..

    KERNEL

  • pthread, fork 분석
    참머루의 이글루  by 참머루|2008/04/09 12:30

    둘다 결국 결국 glibc에서 sys_clone을 호출한다. sys_clone은 kernel에서 결국 do_fork를 호출한다.

    KERNEL

  • Understanding the Linux Kernel 3rd Ed (5장, 6장)
    참머루의 이글루  by 참머루|2008/04/08 16:03

    + Preemption이 일어나는 조건 . While the replaced process is executing a kernel function, that is, while it r장uns in Kernel Mode. . When it is executing an exception handler(system call) and the kernel preemption has not been e..

    KERNEL

  • 클릭하시면, 다른 썸네일을 보실 수 있습니다. 클릭하시면, 다른 썸네일을 보실 수 있습니다. Understanding the Linux Kernel 3rd Ed (3장,.. thumbnail thumbnail
    Understanding the Linux Kernel 3rd Ed (3장,..
    참머루의 이글루  by 참머루|2008/04/03 19:07

    + exec - The base of each function is exec, followed by one or more letters: e - An array of pointers to environment arguments is explicitly passed to the child process. l - Command ..

    KERNEL

  • 실행중인 Linux Application의 Virtual Memory의 위치, 크기 확인하기..
    참머루의 이글루  by 참머루|2008/04/02 10:50

    + ldd 명령 prints the shared libraries required by each program or shared library specified on the command line. 즉, ldd명령으로 shared library의 가상주소 확인를 확인할 수 있다+ /proc/[pid]/maps 해당 pid를 가지고 있는 process의 task_stru..

    KERNEL

  • RHEL/CentOS에서 4기가 이상 대용량 메모리 사용하기
    부자아빠의 세상 살아가는 이야기   by 부자아빠|2008/03/28 13:57

    Centos 4.x 대에서는 아무 문제 없이 메모리 4G가 인식 되었는데 Centos 5 에서는 인식이 안되는 거였다. Centos 5로 오면서 기본 커널에서는 메모리 4기가 이상을 지원을 안하는 거였다. cat /proc/meminfo MemTotal: 3365020 kB 4G 이상 대용량 메모리를 사용하기 위해서는 커..

    centos, PAE, kernel

  • Understanding the Linux Kernel 3rd Ed (1장, 2장)
    참머루의 이글루  by 참머루|2008/03/03 10:29

    + Kernel thread Besides user processes, Unix systems include a few privileged processes called kernel threads with the following characteristics:They run in Kernel Mode in the kernel address space.They do not interact with us..

    KERNEL

  • 커널 컴파일, NVIDIA 그래픽카드 설치 - 킹왕짱 어렵습니다.
    「KaKalot`s Colorful Rainbow」  by KaKaLoT|2008/01/21 17:06

    리눅스 커널을 오늘에서야 설치해보았습니다. 스테레오뷰잉을 하기 위해선 우선 QuadroFX4500의 더블버퍼링이 필요하기 때문에 커널설치는 필수요소같더군요. 하지만 커널이 뭔지 사전적으로만 알고 있다가 직접 부딪혀 보니까 정말 장난이 아니네요, 제가 현재 보고 있는 클러..

    커널, Kernel, Linux, 리눅스, vmware

이오공감추천하기버튼
이오공감 추천하기
제목: (아래 주소창에 URL을 입력하면 추천할 글의 제목을 불러옵니다.)
이오공감운영정책보기
닫기
이전 11 12 13 14
이오공감 추천하기
제목:
이오공감운영정책보기
닫기


linux 커널 리눅스 rootkit object


맛집 고양이 일본여행 맨인블랙3 김정일개새끼 라이트노벨 프로야구 OST 디아블로3 피규어

Copyright ⓒ SK Communications. All rights reserved.

  • 회사소개
  • 이용약관
  • 개인정보취급방침
  • 이메일 수집거부
  • API센터
  • 고객센터