Building LinuxBIOS/lang-ko: Difference between revisions
No edit summary |
m (tagging translation as deprecated) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{deprecated}} |
|||
<noinclude>{{Translation | lang = ko | source = Building LinuxBIOS| version = 33881}} |
<noinclude>{{Translation | lang = ko | source = Building LinuxBIOS| version = 33881}} |
||
{{Korean translation}}</noinclude> |
{{Korean translation}}</noinclude> |
||
Line 4: | Line 5: | ||
== 경고 == |
== 경고 == |
||
'''이 페이지 내용은 귀하의 컴퓨터에 심각한 손상을 입힐 수도 있습니다.''' |
'''이 페이지 내용은 귀하의 컴퓨터에 심각한 손상을 입힐 수도 있습니다.''' |
||
<font size="1"><blockquote>'''These instructions are new and subject to change. No assurance is made that this won't permanently harm your hardware. If you don't understand any of these steps, please stop and ask for clarification on the mailing lists or in IRC. You have now been officially warned.''' |
<font size="1"><blockquote>'''These instructions are new and subject to change. No assurance is made that this won't permanently harm your hardware. If you don't understand any of these steps, please stop and ask for clarification on the mailing lists or in IRC. You have now been officially warned.'''</blockquote></font> |
||
== Buildrom == |
== Buildrom == |
||
Line 21: | Line 22: | ||
for the ROM image, and combines them into a .ELF file which is then used as the payload to build a LinuxBIOS ROM. |
for the ROM image, and combines them into a .ELF file which is then used as the payload to build a LinuxBIOS ROM. |
||
'''Update''' - buildrom now builds ROM images for the SPI flash by default. You don't need to change anything from the default configuration. |
'''Update''' - buildrom now builds ROM images for the SPI flash by default. You don't need to change anything from the default configuration.</blockquote></font> |
||
=== Getting buildrom === |
=== Getting buildrom === |
Latest revision as of 22:50, 18 April 2007
경고이 페이지 내용은 귀하의 컴퓨터에 심각한 손상을 입힐 수도 있습니다.
Buildrom부팅 동안, 리눅스 바이오스는 최소의 커널과 initramfs 이미지로 구성된 작은 payload를 로딩합니다. 우리는 이것을 롬 이미지라 부릅니다. Buildrom은 GNU Make에 기초한 빌드 시스템입니다. 일련의 구성 파일을 이용하여, makefile이 어떤 패키지가 구성될 지를 결정합니다.
Getting buildromBuildrom은 OLPC GIT repository http://dev.laptop.org에 있습니다. Buildrom is available from the OLPC GIT repository on http://dev.laptop.org. After installing git, run: $ git clone git://dev.laptop.org/users/jcrouse/buildrom This will make a copy of the tree in a folder called 'buildrom'. From time to time, you will want to make sure you are synced with the tree: $ cd buildrom; git pull 이미지 만들기Buildrom은 귀하의 시스템이 아래 툴들을 갖출 것을 요구합니다.
이미지 사용시스템이 구성되면, deploy/ directory에 세 파일이 생성됩니다.
다음 단계는? |