add Vorgabe02
This commit is contained in:
1
c_os/kernel/Globals.cc
Executable file → Normal file
1
c_os/kernel/Globals.cc
Executable file → Normal file
@ -13,3 +13,4 @@
|
||||
CPU cpu; // CPU-spezifische Funktionen
|
||||
PCSPK pcspk; // PC-Lautsprecher
|
||||
CGA_Stream kout; // Ausgabe-Strom fuer Kernel
|
||||
Keyboard kb; // Tastatur
|
||||
|
||||
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