head.s

来自「freebsd v4.4内核源码」· S 代码 · 共 12 行

S
12
字号
/* * First module in a kzipped kernel. * This needs to be at the beginning so that the boot loader calls it. * It may be overwritten by uncompressing the kernel, so it transfers * control to a higher address that won't be overwritten. * * Copyright (C) Serge Vakulenko */	.texthead:	jmp	tail

⌨️ 快捷键说明

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