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"
19#include "task_manager.hpp"
20
22auto user_task_test() -> bool {
23 klog::Info("user_task_test: SKIPPED (not yet implemented)");
24 return true;
25}
auto Info(etl::format_string< Args... > fmt, Args &&... args) -> void
以 INFO 级别记录日志
auto user_task_test() -> bool