issues
search
rcore-os
/
rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.64k
stars
470
forks
source link
ch3增加关于MAX_APP_NUM相关的编译期检查
#129
Open
wyfcyx
opened
1 year ago
wyfcyx
commented
1 year ago
当user目录下的app过多,超出MAX_APP_NUM限制;或者MAX_APP_NUM过大,使得某些部分溢出,应该让编译不通过。
当user目录下的app过多,超出MAX_APP_NUM限制;或者MAX_APP_NUM过大,使得某些部分溢出,应该让编译不通过。