git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Boot framework rework (#45)
[lunaix-os.git]
/
lunaix-os
/
arch
/
generic
/
mm
/
fault.c
1
#include <lunaix/mm/fault.h>
2
3
bool
4
__arch_prepare_fault_context(struct fault_context* fault)
5
{
6
return false;
7
}