|
Kintsugi OS 0.2.0
x86 Monolithic OS
|
#include "kernel.h"#include "../cpu/isr.h"#include "../drivers/ata_pio.h"#include "../drivers/screen.h"#include "../kklibc/kklibc.h"#include "../kklibc/paging.h"#include "sysinfo.h"#include "utils.h"Macros | |
| #define | MAX_ARGS 32 |
Functions | |
| void | kmain () |
| char ** | get_args (char *input) |
| void | user_input (char *input) |
| Обработка пользовательского ввода в шелле | |
Variables | |
| int | shell_cursor_offset = 0 |
| int | shell_prompt_offset = 0 |
| #define MAX_ARGS 32 |
| char ** get_args | ( | char * | input | ) |
| void kmain | ( | ) |
| void user_input | ( | char * | input | ) |
Обработка пользовательского ввода в шелле
| input |
| int shell_cursor_offset = 0 |
| int shell_prompt_offset = 0 |