IOPorts in ProcessStruct is i386 specific. #104
Labels
project-kernel
Related to the kernel
todo 🗒️
Created by the todo bot
type-refactoring
Cleanup and refactoring tasks
We currently store the ioport a process is allowed to access directly in its process struct. This sucks: it's an i386-specific construct, but I'm not quite sure where to put it.
Maybe we should have a ArchProcess field containing various arch-specific fields?
https://github.com/roblabla42/KFS/blob/adee47274ba5c0dc0ef112ce8933becd63d3da77/kernel/src/process.rs#L51-L60
This issue was generated by todo based on a
TODO
comment in adee472 when #90 was merged. cc @roblabla.The text was updated successfully, but these errors were encountered: