start32.s

来自「linux内核」· S 代码 · 共 10 行

S
10
字号
# $Id$## Simple stub to get us to the right point in the 32-bit code;# this module must be linked first#	.text	.globl _start_start:	jmp setup

⌨️ 快捷键说明

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