Anubis
/
Anubis
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f7acef69cbbb3a47338bae98286cbd10df1d8e2c
Authored by
Alain Prouté
2005-11-22 14:06:48 +0000
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
Inline
Side-by-side
anubis_dev/vm/src/linuxstuff.cpp
0 → 100644
Wrap text
Show/Hide comments
View file @
f7acef6
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
+
...
...