add Vorgabe02
This commit is contained in:
2
c_os/kernel/Globals.h
Executable file → Normal file
2
c_os/kernel/Globals.h
Executable file → Normal file
@ -11,11 +11,13 @@
|
||||
#define __Globals_include__
|
||||
|
||||
#include "devices/CGA_Stream.h"
|
||||
#include "devices/Keyboard.h"
|
||||
#include "devices/PCSPK.h"
|
||||
#include "kernel/CPU.h"
|
||||
|
||||
extern CPU cpu; // CPU-spezifische Funktionen
|
||||
extern PCSPK pcspk; // PC-Lautsprecher
|
||||
extern CGA_Stream kout; // Ausgabe-Strom fuer Kernel
|
||||
extern Keyboard kb; // Tastatur
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user