mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update x86_64 crate to 0.1.2
This commit is contained in:
@@ -11,7 +11,7 @@ once = "0.3.2"
|
|||||||
rlibc = "1.0"
|
rlibc = "1.0"
|
||||||
spin = "0.4.5"
|
spin = "0.4.5"
|
||||||
volatile = "0.1.0"
|
volatile = "0.1.0"
|
||||||
x86_64 = "0.1.0"
|
x86_64 = "0.1.2"
|
||||||
|
|
||||||
[dependencies.hole_list_allocator]
|
[dependencies.hole_list_allocator]
|
||||||
path = "libs/hole_list_allocator"
|
path = "libs/hole_list_allocator"
|
||||||
|
|||||||
@@ -848,7 +848,7 @@ So to fix our `unmap` function, we need to remove the cached translation from th
|
|||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
...
|
...
|
||||||
x86_64 = "0.1.0"
|
x86_64 = "0.1.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now we can use it to fix `unmap`:
|
Now we can use it to fix `unmap`:
|
||||||
|
|||||||
Reference in New Issue
Block a user