repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
arch
/
i386-darwin
/
kernel
/
kernel.conf
blob
729f373346c847a89bde53b83398cbd5a5f42bb3
1
##begin config
2
version 1.0
3
residentpri 127
4
libbase KernelBase
5
libbasetype struct KernelBase
6
##end config
7
##begin cdef
8
#include <inttypes.h>
9
#include <aros/kernel.h>
10
#include <utility/tagitem.h>
11
##end cdef
12
##begin cdefprivate
13
#include "kernel_intern.h"
14
##end cdefprivate
15
##begin functionlist
16
struct TagItem *KrnGetBootInfo() ()
17
struct TagItem *KrnGetHooks(UBYTE *libName) (A1)
18
##end functionlist