Change io crate & add a small shell
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# 55a \ target_os = "survos" => { \
|
||||
# mod survos; \
|
||||
# pub use survos::*; \
|
||||
# }
|
||||
55a \ target_os = "survos" => { \
|
||||
mod survos; \
|
||||
pub use survos::*; \
|
||||
}
|
||||
12a \ target_os = "survos",
|
||||
|
||||
4
library/std/patches/sys/fd/mod.sed
Normal file
4
library/std/patches/sys/fd/mod.sed
Normal file
@@ -0,0 +1,4 @@
|
||||
21a \ target_os = "survos" => { \
|
||||
mod survos; \
|
||||
pub use survos::*; \
|
||||
}
|
||||
4
library/std/patches/sys/fs/mod.sed
Normal file
4
library/std/patches/sys/fs/mod.sed
Normal file
@@ -0,0 +1,4 @@
|
||||
47a \ target_os = "survos" => { \
|
||||
mod survos; \
|
||||
use survos as imp; \
|
||||
}
|
||||
4
library/std/patches/sys/process/mod.sed
Normal file
4
library/std/patches/sys/process/mod.sed
Normal file
@@ -0,0 +1,4 @@
|
||||
17a \ target_os = "survos" => { \
|
||||
mod survos; \
|
||||
use survos as imp; \
|
||||
}
|
||||
Reference in New Issue
Block a user