SimpleKernel 1.17.0
Loading...
Searching...
No Matches
timer.cpp
Go to the documentation of this file.
1
5#include <cpu_io.h>
6
7#include "arch.h"
8#include "basic_info.hpp"
9#include "interrupt.h"
10
11auto TimerInitSMP() -> void {}
12
13auto TimerInit() -> void {}
auto TimerInitSMP() -> void
从核的定时器初始化
Definition timer.cpp:35
auto TimerInit() -> void
初始化定时器
Definition timer.cpp:47