SimpleKernel
1.17.0
Loading...
Searching...
No Matches
user_task_test.cpp
Go to the documentation of this file.
1
5
#include <
cpu_io.h
>
6
7
#include <cstddef>
8
#include <cstdint>
9
10
#include "
arch.h
"
11
#include "
basic_info.hpp
"
12
#include "
kernel.h
"
13
#include "kstd_cstring"
14
#include "
kstd_libcxx.h
"
15
#include "
sk_stdlib.h
"
16
#include "
syscall.hpp
"
17
#include "
system_test.h
"
18
#include "
task_control_block.hpp
"
19
#include "
task_manager.hpp
"
20
22
auto
user_task_test
() ->
bool
{
23
klog::Info
(
"user_task_test: SKIPPED (not yet implemented)"
);
24
return
true
;
25
}
arch.h
basic_info.hpp
cpu_io.h
kernel.h
kstd_libcxx.h
klog::Info
auto Info(etl::format_string< Args... > fmt, Args &&... args) -> void
以 INFO 级别记录日志
Definition
kernel_log.hpp:182
sk_stdlib.h
syscall.hpp
system_test.h
task_control_block.hpp
task_manager.hpp
user_task_test
auto user_task_test() -> bool
Definition
user_task_test.cpp:22
tests
system_test
user_task_test.cpp
Generated by
1.9.8