Port Linux 2.6 Kernel to Qemu Mips
Author: Joy Tang
2009.1
4k电影源代码
Version 1.02
Overview
•Use open source to study, no confidential information inside.
•If we need deep view inside linux, we must understand what kernel do.
•This doc is for build up mips for linux environment run on X86 emulator machine.
I, Build Kernel
•Target
•Main CPU: QEMU emulate Mips
•Cross Compile:mips-linux
•Develop Environment: Red Hat
•Notes, QEMU also support melta board, and MIPSsim. Reference web page: /mailarchive/git-commits-head/2008/1/29/636729/thread, from version linux 2.6.25, it remove qemu mips inside.
Prepare Working
•Prepare Working:
•Download source code of Linux:
•Annymos login
•Go to the folder "/pub/linux/kernel/v2.6" inside FTP.•Get the source code:tar -jxvf linux-
2.6.22.19.tar.bz2
•2.6.21 will be another choice.