mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +00:00
License Makefile, shell scripts, assembly source code, Dockerfile
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
faaa4438d6
commit
0920a084e4
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
.section ".setup", "ax"
|
||||
.code64
|
||||
// start_of_setup32 should be loaded at CODE32_START, which is our base.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
// 32-bit setup code starts here, and will be loaded at CODE32_START.
|
||||
.section ".setup", "ax"
|
||||
.code32
|
||||
|
Reference in New Issue
Block a user