git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Kernel - Fixing bugs exposed with `qemu -nographic`
[tpg/acess2.git]
/
KernelLand
/
Modules
/
Filesystems
/
LEAN
/
main.c
1
/*
2
* Acess 2 LEAN Filesystem Driver
3
* By John Hodge (thePowersGang)
4
*/
5
#include <acess.h>
6
#include <vfs.h>
7
8
// === CONSTANTS ===
9
10
// === PROTOTYPES ===
11
12
// === GLOBALS ===
13
14
// === CODE ===
15
int LEAN_Install(char **Arguments)
16
{
17
return 1;
18
}
UCC
git Repository :: git.ucc.asn.au