Bring in some coreutils

This commit is contained in:
Jeremy Soller 2016-09-22 19:38:09 -06:00
parent 5721582f81
commit 9ce5628fa4
6 changed files with 24 additions and 4 deletions

View file

@ -129,7 +129,7 @@ pub fn cpu_id() -> usize {
}
pub extern fn userspace_init() {
assert_eq!(syscall::chdir(b"initfs:"), Ok(0));
assert_eq!(syscall::chdir(b"initfs:bin/"), Ok(0));
assert_eq!(syscall::open(b"debug:", 0), Ok(0));
assert_eq!(syscall::open(b"debug:", 0), Ok(1));