kernel compile 시 질문..

hongwoo의 이미지

서로 다른 옵션으로 커널 컴파일을 하려고 합니다.

예를 들어...
cyrix를 지원하는 커널과 (CONFIG_M586=y)
펜터엄 4에 적합한 커널 (CONFIG_MPETIUM4=y) 을 컴파일해서.. lilo 에서 나눠서 쓰고 싶습니다.

커널 버전이 틀리다면., /lib/modules/ 밑에 버전 별로 모듈이 올라가는거 같은데.., 같은 커널 버전이라면 어떻게 해야하는건지 잘 모르겠습니다..

도움주세요 ~ ~

codebank의 이미지

make config (or xconfig or menuconfig) 이후에 Makefile에 보시면
초기부분에 EXTRAVERSION 이라는 옵션이 있습니다.
이부분을 수정해 주시면 됩니다.

# cd /usr/src/linux
# cat Makefile
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 10
 EXTRAVERSION = -gentoo-r6
 NAME=Woozy Numbat

 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"
 ...
# ls /lib/modules
2.6.10-gentoo-r6  2.6.7-mm6
#

즉, EXTRAVERSION에 붙이고 싶은 이름 ('-cyrix'나 '-P4')등을 붙여두시면
이후에 컴파일되고 인스톨이 될때 해당 이름으로 인스톨이 됩니다.

자동으로 가능한지는 잘 모르겠습니다만 제가 아는 방법은 직접 고치는 방법밖에는
모르겠네요. :)

------------------------------
좋은 하루 되세요.

익명 사용자의 이미지

아.. 정말 감사합니다..
말씀하신대로 EXTRAVERSION 에 "cyrix" 를 넣어주고 컴파일했습니다..

그런데.., cyrix 커널로 부팅했을 때, module 경로를 찾지 못하는거 같습니다. /lib/modules/2.4.20cyrix가 아닌 다른 경로에서 찾는거 같습니다.

이 문제를 해결하려면., 어디를 어떻게 수정해주어야 하나요 ? ?

익명 사용자의 이미지

따로 수정해줄 거 전혀 없습니다.
제대로 경로를 못 찾는다면 컴파일 과정에서 다른 문제가 있겠죠.
모듈을 안 만들었든가, 만들었어도 설치는 안했다든가.
보통은 make install; make modules ; make modules_install 하면
다 설치됩니다만.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.