#include <iostream>
#include <vector>
#include <string>
#include <unordered_map>
#include <unistd.h>
Go to the source code of this file.
◆ KERNEL_LIB_H
◆ az_printf()
| void az_printf |
( |
const char * | format, |
|
|
| ... ) |
◆ kernel_create_process()
| bool kernel_create_process |
( |
const char * | process_name | ) |
|
◆ kernel_kill_process()
| bool kernel_kill_process |
( |
const char * | process_name | ) |
|
◆ kernel_list_processes()
| void kernel_list_processes |
( |
| ) |
|
◆ kernel_printf()
| int kernel_printf |
( |
const char * | format, |
|
|
| ... ) |
◆ register_print_function()
| void register_print_function |
( |
void(* | print_function )(const char *str) | ) |
|