Operating System
Macros | Functions
kernel.c File Reference

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...
 

Detailed Description

KERNEL of the operating system.

currently, it will clear screen, output some infomation, than pass control to terminal.

See also
terminal.h

Definition in file kernel.c.

Macro Definition Documentation

◆ false

#define false   0

Definition at line 16 of file kernel.c.

◆ true

#define true   1

Definition at line 15 of file kernel.c.

Function Documentation

◆ clock_install_interupt()

void clock_install_interupt ( )

used to install clock

◆ global_custom_int_install()

void global_custom_int_install ( )

used to install cumstom interupt

◆ main()

int main ( )

kernel entry

Definition at line 21 of file kernel.c.