Detect cache type on runtime rather than compile time
This commit is contained in:
parent
c59fe1d776
commit
390df92f0b
5 changed files with 238 additions and 148 deletions
|
@ -227,7 +227,9 @@ kernel = {
|
|||
|
||||
arm = kern/arm/dl.c;
|
||||
arm = kern/arm/dl_helper.c;
|
||||
arm = kern/arm/cache.S;
|
||||
arm = kern/arm/cache_armv6.S;
|
||||
arm = kern/arm/cache_armv7.S;
|
||||
arm = kern/arm/cache.c;
|
||||
arm = kern/arm/misc.S;
|
||||
|
||||
emu = disk/host.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue