WIP: User scheme
This commit is contained in:
parent
abdbadfea3
commit
c512d04378
5 changed files with 141 additions and 206 deletions
|
|
@ -33,7 +33,7 @@ pub mod initfs;
|
|||
pub mod irq;
|
||||
|
||||
/// Userspace schemes
|
||||
//pub mod user;
|
||||
pub mod user;
|
||||
|
||||
/// Limit on number of schemes
|
||||
pub const SCHEME_MAX_SCHEMES: usize = 65536;
|
||||
|
|
|
|||
Loading…
Reference in a new issue