coffcrt0.s

来自「Linux内核源代码 为压缩文件 是<<Linux内核>&gt」· S 代码 · 共 25 行

S
25
字号
/* * Copyright (C) Paul Mackerras 1997. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */	.text	.globl	_start_start:	.long	__start,0,0	.globl	__start__start:	lis	9,_start@h	lis	8,_etext@ha	addi	8,8,_etext@l1:	dcbf	0,9	icbi	0,9	addi	9,9,0x20	cmplwi	0,9,8	blt	1b	b	start

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?