Study Of Math Math

Study Of Math Discover Studyofmath S Study Of Math Study Szh Raparigas Fresh Princess Study Of Math еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£(Ò³ 1) - Linux 0.1XϵͳµÄ½¨Á¢ºÍʵÑé - OldLinux - Powered by Discuz! Archiver

Study Of Math Discover Studyofmath S Study Of Math Study Szh Raparigas Fresh Princess Study Of Math

ÇëÎÊÄãÐ޸Ĺýlinux-0.11-040327-rh9.tar.gzÖеÄÈκÎÎļþûÓУ¿
Fresh Á Study ÍsearchÔ±searchÒsearchÊsearch³ Math Ï Szh Êsearchà Discover ¾ Studyofmath ¸searchÐ Math Ï Study £ Study

Princess a Study xsearchx Math Szh ·search±Ó Princess 0 Study 4search3search3 searchSusearchysearche Discover esearchr Princess hsearchsearch3 Discover Msearchs Discover ac Math hsearch

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÎÒûÓÐÐ޸ĹýÈκÎÎļþ£¬±àÒëʱºÃÏñÒ²ºÜÕý³££¬Ã»ÓгöÏÖWARNINGÖ®ÀàµÄ¡£
ÓÐûÓпÉÄÜÊDz»ÊÇÎÒµÄredhat9ÓÐÎÊÌ⣿ÎÒÊÇÓõÄVMWAREµÄÐéÄâ»ú£¬Ö»ÒªÕý³£µÄhalt,ÏÂ´ÎÆô¶¯¿Ï¶¨»áÔÚ²éÕÒÄ£¿éÒÀÀµ¹ØÏµµÄµØ·½ËÀµô¡£²»ÖªµÀÕâÓÐûÓйØÏµ£¿

iamxtxy ·¢±íÓÚ 2004-3-30 14:57

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÎÒÕÒÁËÁíÍâһ̨RedHat9±àÒ룬½á¹ûÒ»Ñù¡£

iamxtxy ·¢±íÓÚ 2004-3-30 15:03

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÎҰѱàÒë¹ý³ÌÌùÉÏ¡£Äã°ïÎÒ¿´¿´°É¡£
[root@xy linux]# make
as86 -0 -a -o boot/bootsect.o boot/bootsect.s
ld86 -0 -s -o boot/bootsect boot/bootsect.o
as86 -0 -a -o boot/setup.o boot/setup.s
ld86 -0 -s -o boot/setup boot/setup.o
gcc -I./include -traditional -c boot/head.s
mv head.o boot/
gcc -mcpu=i386  -Wall -O2 -fomit-frame-pointer  \
-nostdinc -Iinclude -c -o init/main.o init/main.c
init/main.c:23: warning: static declaration for `fork' follows non-static
init/main.c:24: warning: static declaration for `pause' follows non-static
init/main.c:26: warning: static declaration for `sync' follows non-static
init/main.c:105: warning: return type of `main' is not `int'
(cd kernel; make)
make[1]: Entering directory `/root/study/linux/kernel'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o sched.o sched.c
as -o system_call.o system_call.s
system_call.s: Assembler messages:
system_call.s:94: Warning: indirect call without `*'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o traps.o traps.c
as -o asm.o asm.s
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o fork.o fork.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o panic.o panic.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o printk.o printk.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o vsprintf.o vsprintf.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o sys.o sys.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o exit.o exit.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o signal.o signal.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o mktime.o mktime.c
ld -r -o kernel.o sched.o system_call.o traps.o asm.o fork.o panic.o printk.o vsprintf.o sys.o exit.o signal.o mktime.o
sync
make[1]: Leaving directory `/root/study/linux/kernel'
(cd mm; make)
make[1]: Entering directory `/root/study/linux/mm'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o memory.o memory.c
as -o page.o page.s
ld -r -o mm.o memory.o page.o
make[1]: Leaving directory `/root/study/linux/mm'
(cd fs; make)
make[1]: Entering directory `/root/study/linux/fs'
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o open.o open.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o read_write.o read_write.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o inode.o inode.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o file_table.o file_table.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o buffer.o buffer.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o super.o super.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o block_dev.o block_dev.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o char_dev.o char_dev.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o file_dev.o file_dev.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o stat.o stat.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o exec.o exec.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o pipe.o pipe.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o namei.o namei.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o bitmap.o bitmap.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o fcntl.o fcntl.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o ioctl.o ioctl.c
gcc -mcpu=i386 -Wall -fstrength-reduce -fomit-frame-pointer -nostdinc -I../include \
-c -o truncate.o truncate.c
ld -r -o fs.o open.o read_write.o inode.o file_table.o buffer.o super.o block_dev.o char_dev.o file_dev.o stat.o exec.o pipe.o namei.o bitmap.o fcntl.o ioctl.o truncate.o
make[1]: Leaving directory `/root/study/linux/fs'
(cd kernel/blk_drv; make)
make[1]: Entering directory `/root/study/linux/kernel/blk_drv'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o ll_rw_blk.o ll_rw_blk.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o floppy.o floppy.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o hd.o hd.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o ramdisk.o ramdisk.c
ar rcs blk_drv.a ll_rw_blk.o floppy.o hd.o ramdisk.o
sync
make[1]: Leaving directory `/root/study/linux/kernel/blk_drv'
(cd kernel/chr_drv; make)
make[1]: Entering directory `/root/study/linux/kernel/chr_drv'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o tty_io.o tty_io.c
tty_io.c: In function `copy_to_cooked':
tty_io.c:160: warning: subscript has type `char'
tty_io.c: In function `tty_write':
tty_io.c:316: warning: subscript has type `char'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o console.o console.c
gcc -E -nostdinc -I../../include -traditional keyboard.S -o keyboard.s
as -o keyboard.o keyboard.s
keyboard.S: Assembler messages:
keyboard.S:53: Warning: indirect call without `*'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o serial.o serial.c
as -o rs_io.o rs_io.s
rs_io.s: Assembler messages:
rs_io.s:65: Warning: indirect call without `*'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o tty_ioctl.o tty_ioctl.c
ar rcs chr_drv.a tty_io.o console.o keyboard.o serial.o rs_io.o tty_ioctl.o
sync
make[1]: Leaving directory `/root/study/linux/kernel/chr_drv'
(cd kernel/math; make)
make[1]: Entering directory `/root/study/linux/kernel/math'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../../include \
-c -o math_emulate.o math_emulate.c
ar rcs math.a math_emulate.o
sync
make[1]: Leaving directory `/root/study/linux/kernel/math'
(cd lib; make)
make[1]: Entering directory `/root/study/linux/lib'
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o ctype.o ctype.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o _exit.o _exit.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o open.o open.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o close.o close.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o errno.o errno.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o write.o write.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o dup.o dup.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o setsid.o setsid.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o execve.o execve.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o wait.o wait.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o string.o string.c
gcc -mcpu=i386 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -I../include \
-c -o malloc.o malloc.c
ar rcs lib.a ctype.o _exit.o open.o close.o errno.o write.o dup.o setsid.o execve.o wait.o string.o malloc.o
sync
make[1]: Leaving directory `/root/study/linux/lib'
ld -m elf_i386 -Ttext 0 -e startup_32 boot/head.o init/main.o \
kernel/kernel.o mm/mm.o fs/fs.o \
kernel/blk_drv/blk_drv.a kernel/chr_drv/chr_drv.a \
kernel/math/math.a \
lib/lib.a \
-o tools/system
nm tools/system | grep -v '\(compiled\)\|\(\.o$\)\|\( [aU] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)'| sort > System.map
gcc -mcpu=i386  -Wall -O2 -fomit-frame-pointer  \
-o tools/build tools/build.c
objcopy -O binary -R .note -R .comment tools/system tools/kernel
tools/build boot/bootsect boot/setup tools/kernel  > Image
Root device is (2, 29)
Boot sector 512 bytes.
Setup is 312 bytes.
System is 123524 bytes.
rm tools/kernel -f
sync
лл£¡

iamxtxy ·¢±íÓÚ 2004-3-30 16:33

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÎÊÌâ½â¾öÁË¡£ÏÖÔÚ¿ÉÒÔÕý³£µØÓÃÁË¡£ºÃÏñÊÇwmwareÐéÄâÈíÅÌûÓÐÉèÖúõÄÎÊÌâ¡£

redgrid ·¢±íÓÚ 2004-3-30 16:58

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

¹§Ï²£¡ :)

clzzclzz ·¢±íÓÚ 2004-3-30 17:38

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÎÒÔÚºìÆì4.0ÏÂÒ²±à³É¹¦ÁË

ccedcced ·¢±íÓÚ 2004-3-30 18:02

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

ÔÚrh 9.2 ±àÒë¿ÉÒÔÂð?
¾ßÌåÈçºÎ×÷ ¿ÉÒÔдµÃÏêϸЩÂð?

redgrid ·¢±íÓÚ 2004-3-30 19:10

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

Ó¦¸ÃûÓÐÎÊÌâ¡£
1. ½â¿ªÈí¼þlinux-0.11-040327-rh9.tar.gz
tar zxvf linux-0.11-040327-rh9.tar.gz
»áÉú³ÉÒ»¸ölinuxĿ¼¡£
2. ½øÈëlinuxĿ¼£¬ÔËÐÐmake
3. ¸´ÖÆÉú³ÉµÄImageµ½bochs»òÈíÅÌÉÏ¡£Èô¸´ÖƵ½ÈíÅÌÉÏÔòÖ´ÐÐ
dd bs=8192 if=Image of=/dev/fd0
4. ÐÞ¸ÄbochsÅäÖÃÎļþÖС°floppya¡±Ò»ÐÐÄÚÈÝ£¬ÈôÅÅÌÃû=Image
5. ÔËÐиÃÅäÖÃÎļþ£¬»òÕßʹÓÃÈíÅÌÆô¶¯»úÆ÷¡£

ccedcced ·¢±íÓÚ 2004-3-30 20:52

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

bochs ÊÇʲô¶«¶« ?
ÔÚrh 9.2 Òª°²×°Âð?
thanks a lot

clzzclzz ·¢±íÓÚ 2004-3-30 20:59

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

bochsÊÇÒ»¸öÐéÄâ»ú£¬µ±È»Òª×°

clzzclzz ·¢±íÓÚ 2004-3-30 21:02

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

»¹ÏëÎʰæÖ÷
3. ¸´ÖÆÉú³ÉµÄImageµ½bochs»òÈíÅÌÉÏ¡£Èô¸´ÖƵ½ÈíÅÌÉÏÔòÖ´ÐÐ
dd bs=8192 if=Image of=/dev/fd0
ÈôÊǸ´ÖƵ½bochsÖÐÔõô°ìÄØ£¿£¿

redgrid ·¢±íÓÚ 2004-3-30 21:09

еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£

[Õâ¸öÌù×Ó×îºóÓÉredgridÔÚ 2004/03/30 09:14pm µÚ 1 ´Î±à¼­]

ÄãÊÇ˵ÌṩµÄ0.11µÄÔ´´úÂ뻹ÊÇÉú³ÉµÄImageÎļþ£¿
ImageÎļþÖ±½Ó¿ÉÒÔÔÚbochs»·¾³ÏÂʹÓá£ÀýÈç¿ÉÒÔÏÂÔØ¡°¸üеÄbochsϵÄ0.11ϵͳ¡±£º cStudy Of Math Discover Studyofmath S Study Of Math Study Szh Raparigas Fresh Princess Study Of Math еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£(Ò³ 1) - Linux 0.1XϵͳµÄ½¨Á¢ºÍʵÑé - OldLinux - Powered by Discuz! Archiverm d Irrational tStudy Of Math Discover Studyofmath S Study Of Math Study Szh Raparigas Fresh Princess Study Of Math еĿÉÒÔÔÚRedhat9ÏÂÕýÈ·±àÒëµÄkernel 0.11Îļþ¡£(Ò³ 1) - Linux 0.1XϵͳµÄ½¨Á¢ºÍʵÑé - OldLinux - Powered by Discuz! Archivern Math