mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
dummy RPC
This commit is contained in:
@@ -13,11 +13,16 @@
|
||||
|
||||
gpgpu_genode* _global_gpgpu_genode;
|
||||
|
||||
extern void construct_RPC(Genode::Env &env);
|
||||
|
||||
void Component::construct(Genode::Env& e)
|
||||
{
|
||||
Genode::log("Hello world: UOS Intel GPGPU!");
|
||||
Genode::log("Build: ", __TIMESTAMP__);
|
||||
|
||||
construct_RPC(e);
|
||||
return;
|
||||
|
||||
// init globals
|
||||
static gpgpu_genode gg(e);
|
||||
_global_gpgpu_genode = ≫
|
||||
|
||||
Reference in New Issue
Block a user