mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +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 */
|
||||
|
||||
// The boot header, initial boot setup code, temporary GDT and page tables are
|
||||
// in the boot section. The boot section is mapped writable since kernel may
|
||||
// modify the initial page table.
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: MPL-2.0 */
|
||||
|
||||
.text
|
||||
.global context_switch
|
||||
.code64
|
||||
|
Reference in New Issue
Block a user