Commit f7acef69cbbb3a47338bae98286cbd10df1d8e2c

Authored by Alain Prouté
1 parent 4add981e

*** empty log message ***

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
anubis_dev/vm/src/linuxstuff.cpp 0 → 100644
  1 +
  2 +#include "dependencies.h"
  3 +
  4 +int kernelInit(void)
  5 +{
  6 + return 1;
  7 +}
  8 +
  9 +void WaitForKeyboard(void)
  10 +{
  11 +}
  12 +
  13 +
  14 +
  15 +
... ...