mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix markdown syntax
This commit is contained in:
@@ -214,7 +214,7 @@ Since we are compiling for a custom target, we can't use the precompiled version
|
|||||||
|
|
||||||
[unstable]
|
[unstable]
|
||||||
build-std = ["core", "compiler_builtins", "alloc"]
|
build-std = ["core", "compiler_builtins", "alloc"]
|
||||||
````
|
```
|
||||||
|
|
||||||
Now the compiler will recompile and include the `alloc` crate in our kernel.
|
Now the compiler will recompile and include the `alloc` crate in our kernel.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user