projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
_M procs start up at _start/hart_entry for vcore0
[akaros.git]
/
kern
/
src
/
sysevent.c
1
/* Copyright (c) 2009 The Regents of the University of California.
2
* See the COPYRIGHT files at the top of this source tree for full
3
* license information.
4
*
5
* Kevin Klues <klueska@cs.berkeley.edu>
6
*/
7
8
#ifdef __SHARC__
9
#pragma nosharc
10
#endif