|
SimpleKernel 1.17.0
|
#include <cpu_io.h>#include "arch.h"#include "basic_info.hpp"#include "interrupt.h"#include "kernel.h"#include "kernel_log.hpp"#include "kstd_cstdio"
Go to the source code of this file.
Functions | |
| auto | InterruptInit (int, const char **) -> void |
| 体系结构相关中断初始化 | |
| auto | InterruptInitSMP (int, const char **) -> void |
| 从核的体系结构相关中断初始化 | |
| auto InterruptInit | ( | int | argc, |
| const char ** | argv | ||
| ) | -> void |
体系结构相关中断初始化
| argc | 在不同体系结构有不同含义,同 _start |
| argv | 在不同体系结构有不同含义,同 _start |
Definition at line 82 of file interrupt_main.cpp.

| auto InterruptInitSMP | ( | int | argc, |
| const char ** | argv | ||
| ) | -> void |
从核的体系结构相关中断初始化
| argc | 在不同体系结构有不同含义,同 _start |
| argv | 在不同体系结构有不同含义,同 _start |
Definition at line 123 of file interrupt_main.cpp.
