Kintsugi OS 0.2.0
x86 Monolithic OS
Loading...
Searching...
No Matches
kernel.h
Go to the documentation of this file.
1#ifndef KERNEL_H
2#define KERNEL_H
3
9void user_input(char* input);
10
11extern int shell_cursor_offset;
12extern int shell_prompt_offset;
13
14#endif
int shell_prompt_offset
Definition kernel.c:21
int shell_cursor_offset
Definition kernel.c:20
void user_input(char *input)
Обработка пользовательского ввода в шелле
Definition kernel.c:74