SimpleKernel
0.0.1
|
arch cpp More...
#include "cstdint"
#include "sbi/sbi_ecall_interface.h"
Go to the source code of this file.
Classes | |
struct | sbiret_t |
Functions | |
sbiret_t | ecall (unsigned long _arg0, unsigned long _arg1, unsigned long _arg2, unsigned long _arg3, unsigned long _arg4, unsigned long _arg5, int _fid, int _eid) |
void | put_char (const char _c) |
int | arch (int, char **) |
arch cpp
Date | Author | Description |
---|---|---|
2023-07-15 | Zone.N (Zone.) Niuz h@hot mail .com | 创建文件 |
Definition in file arch.cpp.
int arch | ( | int | , |
char ** | |||
) |
sbiret_t ecall | ( | unsigned long | _arg0, |
unsigned long | _arg1, | ||
unsigned long | _arg2, | ||
unsigned long | _arg3, | ||
unsigned long | _arg4, | ||
unsigned long | _arg5, | ||
int | _fid, | ||
int | _eid | ||
) |
Definition at line 32 of file arch.cpp.
void put_char | ( | const char | _c | ) |
Definition at line 53 of file arch.cpp.