You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently allocates pointers. Instead, it should allocate physical frames and then they should be cast as pointers when given to lang_item functions like __rust_allocate.
Allocator might need to move back inside the kernel crate, which is a bummer but whatever.