|
SimpleKernel 1.17.0
|


Go to the source code of this file.
Classes | |
| struct | BasicInfo |
| 内核基础信息(物理内存、内核地址、CPU 核数等) More... | |
Typedefs | |
| using | BasicInfoSingleton = etl::singleton< BasicInfo > |
Functions | |
| void | _boot () |
| 内核入口,在 boot.S 中定义 | |
Variables | |
| void * | __executable_start [] |
| void * | __etext [] |
| 代码段结束 | |
| void * | end [] |
| 内核结束 | |
| using BasicInfoSingleton = etl::singleton<BasicInfo> |
Definition at line 67 of file basic_info.hpp.
| void _boot | ( | ) |
内核入口,在 boot.S 中定义

| void* __etext[] |
代码段结束
Definition at line 19 of file basic_info.hpp.
| void* __executable_start[] |
Definition at line 17 of file basic_info.hpp.
| void* end[] |
内核结束
Definition at line 21 of file basic_info.hpp.