Operating System
|
KERNEL of the operating system. More...
#include "kernel.h"
#include "../include/utilities.h"
#include "../user/user.h"
#include "../user/terminal.h"
#include "../include/mystring.h"
#include "../filesystem/API/fsapi.h"
Go to the source code of this file.
Macros | |
#define | true 1 |
#define | false 0 |
Functions | |
void | clock_install_interupt () |
used to install clock More... | |
void | global_custom_int_install () |
used to install cumstom interupt More... | |
int | main () |
kernel entry More... | |
KERNEL of the operating system.
currently, it will clear screen, output some infomation, than pass control to terminal.
Definition in file kernel.c.
void clock_install_interupt | ( | ) |
used to install clock
void global_custom_int_install | ( | ) |
used to install cumstom interupt