📄 head.s
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -