Edwin Amsler
Edwin Amsler
I'm having precisely the same problem.
It seems that cloning the repo and using it from my project's workspace solves the problem. It might be that the crate published to crates.io is wrong? Before: ```toml thin_trait_object...
@mvirkkunen What would you want help with here? I still need to bootstrap myself into Rust embedded development (I've been running on a Pi mostly which doesn't count :D). I'm...
I think you can look to how Linux has abstracted *some* if it’s drivers. The AXP209 I’m working on gets exposed via something like four or five drivers: one for...
What you’re talking about here seems more like a real-time operating system, which itself would probably have its own hardware abstraction layer. It’s an interest case, I personally work one...
I don’t represent this community, but I don’t think there’s a reason to rule it out. Just build it when there’s demand, and make sure the current system is flexible...
I think I had some problems here myself. I forked awhile ago and made some changes: https://github.com/o8vm/rust_dos/commit/80986b6c512d73187ecfc29540f744500ef22125 If I recall correctly, the problems are with the segment registers pointing to...
Sorry, this is a better commit: https://github.com/o8vm/rust_dos/commit/984d2463e3ae577e1efcd41111edc0560e1a2db3 > On Dec 22, 2023, at 2:05 PM, Edwin Amsler ***@***.***> wrote: > > I think I had some problems here myself. I...
Sounds good! If you want to open PRs against my fork, I also do my testing in DOSBox and happy to merge it in. Note, the memory allocation in both...