mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update post-04 to use compiler_builtins mem feature instead of rlibc (#868)
* Remove rlibc and use compiler-builtins-mem feature (#865) * Update post-04 to use compiler_builtins `mem` feature instead of `rlibc` Co-authored-by: Rob Gries <robert.w.gries@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4215162b62
commit
d4e1f47e62
@@ -10,7 +10,6 @@ harness = false
|
||||
|
||||
[dependencies]
|
||||
bootloader = "0.9.8"
|
||||
rlibc = "1.0.0"
|
||||
volatile = "0.2.6"
|
||||
spin = "0.5.2"
|
||||
x86_64 = "0.12.1"
|
||||
|
||||
Reference in New Issue
Block a user