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 - (minor) Debug changes in x86_64
[tpg/acess2.git]
/
KernelLand
/
Kernel
/
include
/
init.h
1
/*
2
* AcessOS Microkernel Version
3
* init.h
4
*/
5
#ifndef _INIT_H
6
#define _INIT_H
7
8
extern void Arch_LoadBootModules(void);
9
extern void StartupPrint(const char *String);
10
extern void System_Init(char *Commandline);
11
extern void Threads_Init(void);
12
13
#endif
UCC
git Repository :: git.ucc.asn.au