|
tape-kernel 1.0
a modular modern independent kernel
|

Go to the source code of this file.
Macros | |
| #define | KB 1024 |
| #define | MB (1024 * 1024) |
| #define | GB (1024 * 1024 * 1024) |
| #define | COLOR_BLACK 0x00 |
| #define | COLOR_BLUE 0x01 |
| #define | COLOR_GREEN 0x02 |
| #define | COLOR_CYAN 0x03 |
| #define | COLOR_RED 0x04 |
| #define | COLOR_MAGENTA 0x05 |
| #define | COLOR_BROWN 0x06 |
| #define | COLOR_LIGHT_GRAY 0x07 |
| #define | COLOR_DARK_GRAY 0x08 |
| #define | COLOR_LIGHT_BLUE 0x09 |
| #define | COLOR_LIGHT_GREEN 0x0A |
| #define | COLOR_LIGHT_CYAN 0x0B |
| #define | COLOR_LIGHT_RED 0x0C |
| #define | COLOR_LIGHT_MAGENTA 0x0D |
| #define | COLOR_YELLOW 0x0E |
| #define | COLOR_WHITE 0x0F |
| #define | NULL ((void*)0) |
| #define | NORETURN |
Typedefs | |
| typedef unsigned char | uint8_t |
| typedef unsigned short | uint16_t |
| typedef unsigned int | uint32_t |
| typedef unsigned long long | uint64_t |
| typedef char | int8_t |
| typedef short | int16_t |
| typedef int | int32_t |
| typedef long long | int64_t |
| #define NORETURN |
Definition at line 40 of file types.h.
Referenced by ___kmain(), __panic(), and __shell().
| #define NULL ((void*)0) |
Definition at line 38 of file types.h.
Referenced by ___init(), __alc(), __anew(), __editor(), __fsadd(), __fsread(), __getcpu(), __irsec(), __iwrt(), __memsize(), __prt(), __rdln(), and editor_load().