2014年6月3日

摘要: /** linux/zBoot/xtract.c** Copyright (C) 1993 Hannu Savolainen** Extracts the system image and writes it to the stdout.* based on tools/build.c by Lin... 阅读全文
posted @ 2014-06-03 21:25 xfwei 阅读(296) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/zBoot/piggyback.c** (C) 1993 Hannu Savolainen*//** This program reads the compressed system image from stdin and* encapsulates it into an ob... 阅读全文
posted @ 2014-06-03 21:25 xfwei 阅读(220) 评论(0) 推荐(0) 编辑
 
摘要: /* * linux/boot/head.S * * Copyright (C) 1991, 1992 Linus Torvalds *//* * head.S contains the 32-bit startup code. */.text.globl _idt,_gdt,.globl ... 阅读全文
posted @ 2014-06-03 21:24 xfwei 阅读(524) 评论(0) 推荐(0) 编辑
 
摘要: !! setup.S Copyright (C) 1991, 1992 Linus Torvalds!! setup.s is responsible for getting the system data from the BIOS,! and putting them into the app... 阅读全文
posted @ 2014-06-03 21:22 xfwei 阅读(1017) 评论(0) 推荐(0) 编辑