Block a user
Spawner
Make a lazy static AsyncMutexed executor.
This will allow other modules, and synchronous functions like interrupts and init procedures to register tasks, e.g. syscalls, drivers ...
Problem:…
ISO fs
Implement the following syscalls
int open(const char *pathname, int flags);
ssize_t read(int fd, void *buf, size_t count);
off_t seek(int fd, off_t offset, int whence);
int close(int…
ab79782a78
refacto async mutex usage
b9544293e5
pretty print std identifier
a10579346c
put atapi::init in async executor
3968c4c376
async goes boom
0c0af6414e
Primary volume descriptor unserialization
dcaea4454b
refacto unserialize