'Linux'에 해당되는 글 5건

  1. 2013.09.20 CMA를 처음 접하는 사람들을 위한 짧은 글
  2. 2013.09.19 Contiguous Memory Allocator
  3. 2011.03.15 Git User Manual
  4. 2008.07.17 MS Virtual PC 2007에서 그래픽 관련 문제
  5. 2008.07.11 MS VirtualPC 2007에서 Ubuntu 설치


CMA를 처음 접하는 사람들을 위한 짧은 글

Development/Linux & Android 2013. 9. 20. 02:55

CMA를 처음 접하는 사람들을 위한 짧은 ...

From "[PATCHv11 0/8] Contiguous Memory Allocator"

https://groups.google.com/forum/#!topic/linux.kernel/5JSXa3vxNmA


A few words for these who see CMA for the first time:

   The Contiguous Memory Allocator (CMA) makes it possible for device
   drivers to allocate big contiguous chunks of memory after the system
   has booted.

   The main difference from the similar frameworks is the fact that CMA
   allows to transparently reuse memory region reserved for the big
   chunk allocation as a system memory, so no memory is wasted when no
   big chunk is allocated. Once the alloc request is issued, the
   framework will migrate system pages to create a required big chunk of
   physically contiguous memory.

   For more information you can refer to nice LWN article: 
   http://lwn.net/Articles/447405/ and links to previous versions
   of CMA framework.

   The CMA framework has been initially developed by Michal Nazarewicz
   at Samsung Poland R&D Center. Since version 9, I've taken over the
   development, because Michal has left the company.

:

Contiguous Memory Allocator

Development/Linux & Android 2013. 9. 19. 15:59

http://lwn.net/Articles/450633/

CMA developer Marek Szyprowski의 Contiguous Memory Allocator에 대한 초기 계획 링크 글.

CMA를 이해하기 위해서 도움이 되려나?

:

Git User Manual

Development/Linux & Android 2011. 3. 15. 21:28
Ref.

영문 사이트 : http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
한글 번역 사이트 : http://namhyung.springnote.com/pages/3132772


:

MS Virtual PC 2007에서 그래픽 관련 문제

News & Tips 2008. 7. 17. 22:50
MS Virtual PC 2007에서 vesa 모드로 설치 후 부팅 시에
isapnp 관련 오류가 나는 것에 대한 포스팅

대략 적인 오류 메시지는
isapnp : checksum .... is not valid ...

http://blogs.technet.com/seanearp/archive/2008/05/13/installing-ubuntu-8-04-hardy-heron-in-virtual-pc-2007.aspx







:

MS VirtualPC 2007에서 Ubuntu 설치

News & Tips 2008. 7. 11. 09:05
아래는 MS Virtual PC 2007에서 우분투 설치하는 방법에 관련된 블로그이다.

http://arcanecode.wordpress.com/2007/10/18/installing-ubuntu-710-under-virtual-pc-2007/

http://blog.lovetonight.net/blog/102


첫 번째 사이트는 안전모드를 통해서 인스톨하는데, 들어가기 전에 부트 옵션에 i8042.noloop를 넣어서 마우스가 막히는 것을 방지한다.

두 번째 사이트는 일단 들어가서 ctrl - alt - F2 를 통해서 su로 들어가서 하는것인데
이건 내 경우에 콘솔 모드로 빠졌을 때 화면이 정상적으로 나오지 않아서 실패.



: