亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? linux-0.11-040327-rh9.diff

?? LINUX的0.11YU REDHAT9.2配置區別
?? DIFF
?? 第 1 頁 / 共 3 頁
字號:
> serial.s serial.o : serial.c ../../include/linux/tty.h ../../include/termios.h \56,59c55,57<   ../../include/linux/fs.h ../../include/sys/types.h \<   ../../include/linux/mm.h ../../include/signal.h \<   ../../include/asm/system.h ../../include/asm/io.h< tty_io.s tty_io.o: tty_io.c ../../include/ctype.h ../../include/errno.h \--->   ../../include/linux/fs.h ../../include/sys/types.h ../../include/linux/mm.h \>   ../../include/signal.h ../../include/asm/system.h ../../include/asm/io.h > tty_io.s tty_io.o : tty_io.c ../../include/ctype.h ../../include/errno.h \62,65c60,63<   ../../include/linux/fs.h ../../include/linux/mm.h \<   ../../include/linux/tty.h ../../include/termios.h \<   ../../include/asm/segment.h ../../include/asm/system.h< tty_ioctl.s tty_ioctl.o: tty_ioctl.c ../../include/errno.h ../../include/termios.h \--->   ../../include/linux/fs.h ../../include/linux/mm.h ../../include/linux/tty.h \>   ../../include/termios.h ../../include/asm/segment.h \>   ../../include/asm/system.h > tty_ioctl.s tty_ioctl.o : tty_ioctl.c ../../include/errno.h ../../include/termios.h \67,71c65,68<   ../../include/linux/fs.h ../../include/sys/types.h \<   ../../include/linux/mm.h ../../include/signal.h \<   ../../include/linux/kernel.h ../../include/linux/tty.h \<   ../../include/asm/io.h ../../include/asm/segment.h \<   ../../include/asm/system.h--->   ../../include/linux/fs.h ../../include/sys/types.h ../../include/linux/mm.h \>   ../../include/signal.h ../../include/linux/kernel.h \>   ../../include/linux/tty.h ../../include/asm/io.h \>   ../../include/asm/segment.h ../../include/asm/system.h diff -r linux/kernel/chr_drv/rs_io.s linux.org/kernel/chr_drv/rs_io.s14c14< .globl rs1_interrupt,rs2_interrupt---> .globl _rs1_interrupt,_rs2_interrupt34,35c34,35< rs1_interrupt:< 	pushl $table_list+8---> _rs1_interrupt:> 	pushl $_table_list+838,39c38,39< rs2_interrupt:< 	pushl $table_list+16---> _rs2_interrupt:> 	pushl $_table_list+1698c98< 	subl $table_list,%edx---> 	subl $_table_list,%edx109c109< 	call do_tty_interrupt---> 	call _do_tty_interruptdiff -r linux/kernel/chr_drv/tty_io.c linux.org/kernel/chr_drv/tty_io.c244c244< 		if ((flag=(!oldalarm || time+jiffies<oldalarm)))---> 		if (flag=(!oldalarm || time+jiffies<oldalarm))273,274c273,274< 		if (time && !L_CANON(tty)) {< 			if ((flag=(!oldalarm || time+jiffies<oldalarm)))---> 		if (time && !L_CANON(tty))> 			if (flag=(!oldalarm || time+jiffies<oldalarm))278d277< 		}293c292< 	static int cr_flag=0;---> 	static cr_flag=0;diff -r linux/kernel/exit.c linux.org/kernel/exit.c67c67< 			if ((err=send_sig(sig,*p,1)))---> 			if (err=send_sig(sig,*p,1))71c71< 			if ((err=send_sig(sig,*p,0)))---> 			if (err=send_sig(sig,*p,0))73,74c73,74< 	} else if (pid == -1) while (--p > &FIRST_TASK) {< 		if ((err = send_sig(sig,*p,0)))---> 	} else if (pid == -1) while (--p > &FIRST_TASK)> 		if (err = send_sig(sig,*p,0))76c76< 	} else while (--p > &FIRST_TASK)---> 	else while (--p > &FIRST_TASK)78c78< 			if ((err = send_sig(sig,*p,0)))---> 			if (err = send_sig(sig,*p,0))104a105> diff -r linux/kernel/fork.c linux.org/kernel/fork.c57d56< 		printk("free_page_tables: from copy_mem\n");122c121< 		if ((f=p->filp[i]))---> 		if (f=p->filp[i])diff -r linux/kernel/Makefile linux.org/kernel/Makefile9,11c9,11< AR	=ar< AS	=as< LD	=ld---> AR	=gar> AS	=gas> LD	=gld13,15c13,15< CC	=gcc -mcpu=i386< CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer \< 	-finline-functions -nostdinc -I../include---> CC	=gcc> CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \> 	-finline-functions -mstring-insns -nostdinc -I../include22c22< 	$(AS) -o $*.o $<---> 	$(AS) -c -o $*.o $<51c51< exit.s exit.o: exit.c ../include/errno.h ../include/signal.h \---> exit.s exit.o : exit.c ../include/errno.h ../include/signal.h \55,56c55,56<   ../include/asm/segment.h< fork.s fork.o: fork.c ../include/errno.h ../include/linux/sched.h \--->   ../include/asm/segment.h > fork.s fork.o : fork.c ../include/errno.h ../include/linux/sched.h \59,61c59,61<   ../include/asm/segment.h ../include/asm/system.h< mktime.s mktime.o: mktime.c ../include/time.h< panic.s panic.o: panic.c ../include/linux/kernel.h ../include/linux/sched.h \--->   ../include/asm/segment.h ../include/asm/system.h > mktime.s mktime.o : mktime.c ../include/time.h > panic.s panic.o : panic.c ../include/linux/kernel.h ../include/linux/sched.h \63,66c63,66<   ../include/linux/mm.h ../include/signal.h< printk.s printk.o: printk.c ../include/stdarg.h ../include/stddef.h \<   ../include/linux/kernel.h< sched.s sched.o: sched.c ../include/linux/sched.h ../include/linux/head.h \--->   ../include/linux/mm.h ../include/signal.h > printk.s printk.o : printk.c ../include/stdarg.h ../include/stddef.h \>   ../include/linux/kernel.h > sched.s sched.o : sched.c ../include/linux/sched.h ../include/linux/head.h \70,71c70,71<   ../include/asm/segment.h< signal.s signal.o: signal.c ../include/linux/sched.h ../include/linux/head.h \--->   ../include/asm/segment.h > signal.s signal.o : signal.c ../include/linux/sched.h ../include/linux/head.h \73,74c73,74<   ../include/signal.h ../include/linux/kernel.h ../include/asm/segment.h< sys.s sys.o: sys.c ../include/errno.h ../include/linux/sched.h \--->   ../include/signal.h ../include/linux/kernel.h ../include/asm/segment.h > sys.s sys.o : sys.c ../include/errno.h ../include/linux/sched.h \78,79c78,79<   ../include/sys/times.h ../include/sys/utsname.h< traps.s traps.o: traps.c ../include/string.h ../include/linux/head.h \--->   ../include/sys/times.h ../include/sys/utsname.h > traps.s traps.o : traps.c ../include/string.h ../include/linux/head.h \82,83c82,83<   ../include/asm/system.h ../include/asm/segment.h ../include/asm/io.h< vsprintf.s vsprintf.o: vsprintf.c ../include/stdarg.h ../include/string.h--->   ../include/asm/system.h ../include/asm/segment.h ../include/asm/io.h > vsprintf.s vsprintf.o : vsprintf.c ../include/stdarg.h ../include/string.h diff -r linux/kernel/math/Makefile linux.org/kernel/math/Makefile9,11c9,11< AR	=ar< AS	=as< LD	=ld---> AR	=gar> AS	=gas> LD	=gld13,15c13,15< CC	=gcc -mcpu=i386< CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer \< 	-finline-functions -nostdinc -I../../include---> CC	=gcc> CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \> 	-finline-functions -mstring-insns -nostdinc -I../../include22c22< 	$(AS) -o $*.o $<---> 	$(AS) -c -o $*.o $<diff -r linux/kernel/panic.c linux.org/kernel/panic.c11,12d10< #define PANIC< diff -r linux/kernel/printk.c linux.org/kernel/printk.c33c33< 		"pushl $buf\n\t"---> 		"pushl $_buf\n\t"35c35< 		"call tty_write\n\t"---> 		"call _tty_write\n\t"diff -r linux/kernel/system_call.s linux.org/kernel/system_call.s67,69c67,69< .globl system_call,sys_fork,timer_interrupt,sys_execve< .globl hd_interrupt,floppy_interrupt,parallel_interrupt< .globl device_not_available, coprocessor_error---> .globl _system_call,_sys_fork,_timer_interrupt,_sys_execve> .globl _hd_interrupt,_floppy_interrupt,_parallel_interrupt> .globl _device_not_available, _coprocessor_error78c78< 	jmp schedule---> 	jmp _schedule80c80< system_call:---> _system_call:94c94< 	call sys_call_table(,%eax,4)---> 	call _sys_call_table(,%eax,4)96c96< 	movl current,%eax---> 	movl _current,%eax102,103c102,103< 	movl current,%eax		# task[0] cannot have signals< 	cmpl task,%eax---> 	movl _current,%eax		# task[0] cannot have signals> 	cmpl _task,%eax119c119< 	call do_signal---> 	call _do_signal131c131< coprocessor_error:---> _coprocessor_error:145c145< 	jmp math_error---> 	jmp _math_error148c148< device_not_available:---> _device_not_available:165c165< 	je math_state_restore---> 	je _math_state_restore169c169< 	call math_emulate---> 	call _math_emulate176c176< timer_interrupt:---> _timer_interrupt:189c189< 	incl jiffies---> 	incl _jiffies195c195< 	call do_timer		# 'do_timer(long CPL)' does everything from---> 	call _do_timer		# 'do_timer(long CPL)' does everything from200c200< sys_execve:---> _sys_execve:203c203< 	call do_execve---> 	call _do_execve208,209c208,209< sys_fork:< 	call find_empty_process---> _sys_fork:> 	call _find_empty_process217c217< 	call copy_process---> 	call _copy_process221c221< hd_interrupt:---> _hd_interrupt:238c238< 	xchgl do_hd,%edx---> 	xchgl _do_hd,%edx241c241< 	movl $unexpected_hd_interrupt,%edx---> 	movl $_unexpected_hd_interrupt,%edx252c252< floppy_interrupt:---> _floppy_interrupt:267c267< 	xchgl do_floppy,%eax---> 	xchgl _do_floppy,%eax270c270< 	movl $unexpected_floppy_interrupt,%eax---> 	movl $_unexpected_floppy_interrupt,%eax280c280< parallel_interrupt:---> _parallel_interrupt:diff -r linux/kernel/traps.c linux.org/kernel/traps.c13c13< #include <string.h> ---> #include <string.h>diff -r linux/kernel/vsprintf.c linux.org/kernel/vsprintf.c13c13< #include <string.h> ---> #include <string.h>58c58< 	if (type&SPECIAL) {---> 	if (type&SPECIAL)61d60< 	}74c73< 	if (type&SPECIAL) {---> 	if (type&SPECIAL)81d79< 	}diff -r linux/lib/Makefile linux.org/lib/Makefile9,11c9,11< AR	=ar< AS	=as< LD	=ld---> AR	=gar> AS	=gas> LD	=gld13,15c13,15< CC	=gcc -mcpu=i386< CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer \< 	-finline-functions -nostdinc -I../include---> CC	=gcc> CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \> 	-finline-functions -mstring-insns -nostdinc -I../include22c22< 	$(AS) -o $*.o $<---> 	$(AS) -c -o $*.o $<diff -r linux/lib/malloc.c linux.org/lib/malloc.c187c187< 	bdesc = prev = 0;---> diff -r linux/Makefile linux.org/Makefile5c5< RAMDISK =  #-DRAMDISK=512---> RAMDISK = #-DRAMDISK=51210,15c10,15< AS	=as< LD	=ld< LDFLAGS	=-m elf_i386 -Ttext 0 -e startup_32< CC	=gcc -mcpu=i386 $(RAMDISK)< CFLAGS	=-Wall -O2 -fomit-frame-pointer < ---> AS	=gas> LD	=gld> LDFLAGS	=-s -x -M> CC	=gcc $(RAMDISK)> CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer \> -fcombine-regs -mstring-insns23c23< ROOT_DEV= #FLOPPY ---> ROOT_DEV=/dev/hd634c34< 	$(AS)  -o $*.o $<---> 	$(AS) -c -o $*.o $<42,44c42< 	objcopy -O binary -R .note -R .comment tools/system tools/kernel< 	tools/build boot/bootsect boot/setup tools/kernel $(ROOT_DEV) > Image< 	rm tools/kernel -f---> 	tools/build boot/bootsect boot/setup tools/system $(ROOT_DEV) > Image48c46< 	dd bs=8192 if=Image of=/dev/fd0---> 	dd bs=8192 if=Image of=/dev/PS055,56d52< 	gcc -I./include -traditional -c boot/head.s< 	mv head.o boot/65,66c61< 	-o tools/system < 	nm tools/system | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aU] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)'| sort > System.map ---> 	-o tools/system > System.map111c106< 	(cd .. ; tar cf - linux | compress16 - > backup.Z)---> 	(cd .. ; tar cf - linux | compress - > backup.Z)123c118< init/main.o: init/main.c include/unistd.h include/sys/stat.h \---> init/main.o : init/main.c include/unistd.h include/sys/stat.h \127,128c122,123<   include/linux/mm.h include/signal.h include/asm/system.h \<   include/asm/io.h include/stddef.h include/stdarg.h include/fcntl.h--->   include/linux/mm.h include/signal.h include/asm/system.h include/asm/io.h \>   include/stddef.h include/stdarg.h include/fcntl.h diff -r linux/mm/Makefile linux.org/mm/Makefile1,2c1,2< CC	=gcc -mcpu=i386< CFLAGS	=-Wall -O -fstrength-reduce -fomit-frame-pointer \---> CC	=gcc> CFLAGS	=-O -Wall -fstrength-reduce -fcombine-regs -fomit-frame-pointer \4,6c4,6< AS	=as< AR	=ar< LD	=ld---> AS	=gas> AR	=gar> LD	=gld35,38c35,37< memory.o: memory.c ../include/signal.h ../include/sys/types.h \<   ../include/asm/system.h ../include/linux/sched.h \<   ../include/linux/head.h ../include/linux/fs.h ../include/linux/mm.h \<   ../include/linux/kernel.h---> memory.o : memory.c ../include/signal.h ../include/sys/types.h \>   ../include/asm/system.h ../include/linux/sched.h ../include/linux/head.h \>   ../include/linux/fs.h ../include/linux/mm.h ../include/linux/kernel.h diff -r linux/mm/memory.c linux.org/mm/memory.c55c55< __asm__("cld ; rep ; movsl"::"S" (from),"D" (to),"c" (1024))---> __asm__("cld ; rep ; movsl"::"S" (from),"D" (to),"c" (1024):"cx","di","si")81c81< 	);---> 	:"di","cx","dx");317,318c317,318< 	if (!(to & 1)) {< 		if ((to = get_free_page()))---> 	if (!(to & 1))> 		if (to = get_free_page())322d321< 	}diff -r linux/mm/page.s linux.org/mm/page.s12c12< .globl page_fault---> .globl _page_fault14c14< page_fault:---> _page_fault:30c30< 	call do_no_page---> 	call _do_no_page32c32< 1:	call do_wp_page---> 1:	call _do_wp_pagediff -r linux/tools/build.c linux.org/tools/build.c35c35< #define SYS_SIZE 0x3000---> #define SYS_SIZE 0x200037,38c37,38< #define DEFAULT_MAJOR_ROOT 2< #define DEFAULT_MINOR_ROOT 0x1d---> #define DEFAULT_MAJOR_ROOT 3> #define DEFAULT_MINOR_ROOT 6156,159c156,159< //	if (read(id,buf,GCC_HEADER) != GCC_HEADER)< //		die("Unable to read header of 'system'");< //	if (((long *) buf)[5] != 0)< //		die("Non-GCC header of 'system'");---> 	if (read(id,buf,GCC_HEADER) != GCC_HEADER)> 		die("Unable to read header of 'system'");> 	if (((long *) buf)[5] != 0)> 		die("Non-GCC header of 'system'");

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美α欧美αv大片| 亚洲成人一区在线| 欧美肥胖老妇做爰| 色综合久久综合| 色88888久久久久久影院野外| 成人av第一页| 97久久精品人人爽人人爽蜜臀| 国产成人精品一区二区三区四区| 国产精品综合二区| 成人一区二区在线观看| 波多野结衣中文字幕一区| av电影天堂一区二区在线| 色婷婷国产精品| 日本道色综合久久| 在线成人小视频| 精品国产sm最大网站| 国产日韩欧美麻豆| 亚洲欧美另类在线| 日韩制服丝袜先锋影音| 狠狠久久亚洲欧美| 99久久精品情趣| 精品视频一区二区不卡| 在线成人小视频| 国产喷白浆一区二区三区| 亚洲欧洲美洲综合色网| 亚洲成人资源网| 国产一区欧美一区| 91麻豆国产福利在线观看| 4438x亚洲最大成人网| 久久这里只有精品视频网| 中日韩av电影| 免费欧美在线视频| 成人国产精品免费观看| 欧美精品自拍偷拍动漫精品| 日本一区二区三区在线不卡| 亚洲午夜电影在线观看| 国产精品羞羞答答xxdd| 91精品福利在线| 国产午夜久久久久| 日韩精品午夜视频| 91在线观看视频| 日韩精品中午字幕| 国产精品欧美久久久久一区二区 | 婷婷久久综合九色综合伊人色| 亚洲成av人片一区二区梦乃| 国产精品综合av一区二区国产馆| 欧美日韩中文精品| 亚洲欧洲av一区二区三区久久| 日本sm残虐另类| eeuss鲁片一区二区三区| 欧美一区二区三区免费| 亚洲综合图片区| 成人av在线看| 国产亚洲欧美激情| 美日韩一区二区| 欧美性生活一区| 亚洲欧美福利一区二区| 成人免费高清在线| 国产网站一区二区| 精品制服美女丁香| 欧美精品1区2区| 亚洲一区二区三区在线播放| 大美女一区二区三区| 久久影视一区二区| 美女脱光内衣内裤视频久久网站 | 91丨九色丨国产丨porny| 久久日一线二线三线suv| 免费成人av在线播放| 精品视频1区2区3区| 亚洲综合色丁香婷婷六月图片| 成人午夜激情影院| 国产精品网曝门| 成人一区二区视频| 亚洲欧美在线高清| 色综合久久中文综合久久牛| 亚洲男同性视频| 91女神在线视频| 一区二区三区免费看视频| 91在线一区二区三区| 日韩理论在线观看| 色综合久久88色综合天天6 | 91精品中文字幕一区二区三区| 亚洲mv大片欧洲mv大片精品| 91精品福利在线一区二区三区 | 91麻豆免费看片| 一区二区三区自拍| 欧美三级日韩三级| 日本成人在线一区| 国产丝袜欧美中文另类| 93久久精品日日躁夜夜躁欧美| 亚洲最新在线观看| 欧美一区二区播放| 国产麻豆精品95视频| 国产精品久久久久久久久免费相片| 99re视频精品| 亚洲五月六月丁香激情| 精品久久久久久久一区二区蜜臀| 成人开心网精品视频| 亚洲一区二区偷拍精品| 精品少妇一区二区三区免费观看 | 日韩一区有码在线| 欧美性感一类影片在线播放| 琪琪一区二区三区| 欧美激情一区二区三区四区| 91福利视频网站| 蜜桃在线一区二区三区| 成人欧美一区二区三区| 欧美一区二区免费视频| 成人黄色小视频| 日韩国产在线观看| 欧美激情在线一区二区| 欧美午夜在线观看| 国产馆精品极品| 日韩**一区毛片| 国产精品蜜臀在线观看| 日韩视频免费观看高清完整版 | 国产一区二区调教| 亚洲男同性恋视频| 国产亚洲人成网站| 91精品国产综合久久精品| 99国产精品视频免费观看| 黄页网站大全一区二区| 亚洲一区在线看| 国产精品久久久久久久久晋中| 在线成人av影院| 91丨九色丨国产丨porny| 国产精品一区在线观看乱码| 天堂久久一区二区三区| 有坂深雪av一区二区精品| 国产女主播视频一区二区| 欧美精品高清视频| jizzjizzjizz欧美| 国产jizzjizz一区二区| 蜜臀精品一区二区三区在线观看 | 色综合久久久久| 欧洲精品中文字幕| 国产美女精品在线| 青青草91视频| 青青草国产成人av片免费| 亚洲国产成人va在线观看天堂| 亚洲人成7777| 国产精品国产三级国产专播品爱网 | 91视频国产资源| 成人黄页毛片网站| 国产99一区视频免费| 国产精品一品二品| 国产麻豆精品一区二区| 国产在线精品一区二区三区不卡| 九一九一国产精品| 精品亚洲免费视频| 激情综合网激情| 国产精品一二三四| 国产精品一区二区在线观看不卡| 国产在线不卡一卡二卡三卡四卡| 久久不见久久见免费视频1| 美女一区二区三区在线观看| 日本亚洲三级在线| 青青国产91久久久久久| 久久精品av麻豆的观看方式| 韩国女主播成人在线| 国产麻豆欧美日韩一区| 成人激情免费网站| 91理论电影在线观看| 欧美日韩国产区一| 欧美一级片免费看| 国产亚洲综合av| 亚洲人成网站色在线观看| 亚洲香肠在线观看| 蜜臀av性久久久久av蜜臀妖精| 亚洲国产美女搞黄色| 麻豆国产精品一区二区三区| 精品一区二区三区久久| 成人激情校园春色| 欧美性xxxxxx少妇| 久久综合久久综合久久| 日韩码欧中文字| 日韩高清国产一区在线| 国产精品一二一区| 91国偷自产一区二区三区成为亚洲经典| 欧美色国产精品| 日韩欧美一区二区三区在线| 久久九九久精品国产免费直播| 中文子幕无线码一区tr| 亚洲一区二区三区爽爽爽爽爽| 另类综合日韩欧美亚洲| 成人激情小说乱人伦| 91麻豆精品国产91久久久久久久久 | 日韩 欧美一区二区三区| 国产成人在线免费| 欧美撒尿777hd撒尿| 久久久久一区二区三区四区| 亚洲精品免费电影| 精品午夜久久福利影院| 欧美中文字幕一区二区三区亚洲| 精品国产91乱码一区二区三区| 亚洲视频 欧洲视频| 国内精品在线播放| 欧美三片在线视频观看| 国产精品乱码久久久久久| 人禽交欧美网站|