#include <stdio.h>
#include <stdarg.h>
#include <sysfunc.h>
#include <keyboard.h>
#include <cmos.h>
#include <io.h>
#include <pic.h>
gehe zum Quellcode dieser Datei
Funktionen |
| int | kputchar (char c) |
| int | kputx (unsigned int x, int basis) |
| int | kputstring (char *string) |
| int | kprintf (char *text,...) |
| int | kstrlen (char *Text) |
| void | newline () |
| char * | kgets (char *buf) |
| void * | kmemset (void *ptr, int val, size_t num) |
| void * | kmemcpy (void *dest_ptr, const void *val_ptr, size_t num) |
| int | kstrcmp (char *a, char *b) |
| void | setcolor (char settedcolor) |
| char | getkey_oncursor (int x, int y) |
| int | kstr2int (char *zahl) |
| void | kstrcpy (char *source, char *dest) |
| void | activate_16background () |
| void | deactivate_16background () |
| void | move_cursor (int y, int x) |
| void | delete_rep_character (char *string, char chara, bool back) |
| void | low_to_up (char *string) |
| void | up_to_low (char *string) |
Variablen |
| char * | VideoMem = (char*)0xB8000 |
| char | color = 0x07 |
| short | position_x = 0 |
| short | position_y = 0 |
| int | qChar = 0 |
| char * | curr_dir |
| | Dieses char-Array enthält den aktuellen Verzeichnis-Pfad.
|
Dokumentation der Funktionen
| void activate_16background |
( |
| ) |
|
| void deactivate_16background |
( |
| ) |
|
| void delete_rep_character |
( |
char * |
string, |
|
|
char |
chara, |
|
|
bool |
back |
|
) |
| |
| char getkey_oncursor |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
| char* kgets |
( |
char * |
buf | ) |
|
| void* kmemcpy |
( |
void * |
dest_ptr, |
|
|
const void * |
val_ptr, |
|
|
size_t |
num |
|
) |
| |
| void* kmemset |
( |
void * |
ptr, |
|
|
int |
val, |
|
|
size_t |
num |
|
) |
| |
| int kprintf |
( |
char * |
text, |
|
|
|
... |
|
) |
| |
| int kputstring |
( |
char * |
string | ) |
|
| int kputx |
( |
unsigned int |
x, |
|
|
int |
basis |
|
) |
| |
| int kstr2int |
( |
char * |
zahl | ) |
|
| int kstrcmp |
( |
char * |
a, |
|
|
char * |
b |
|
) |
| |
| void kstrcpy |
( |
char * |
source, |
|
|
char * |
dest |
|
) |
| |
| int kstrlen |
( |
char * |
Text | ) |
|
| void low_to_up |
( |
char * |
string | ) |
|
| void move_cursor |
( |
int |
y, |
|
|
int |
x |
|
) |
| |
| void setcolor |
( |
char |
settedcolor | ) |
|
| void up_to_low |
( |
char * |
string | ) |
|
Variablen-Dokumentation
Dieses char-Array enthält den aktuellen Verzeichnis-Pfad.
Definiert in Zeile 20 der Datei fat.c.