Torne Wuff
Torne Wuff
Pycorn needs a nice logo. The obvious thing is some kind of visual pun involving snakes and something that doesn't _too_ closely resemble the Acorn logo (http://en.wikipedia.org/wiki/File:AcornComputersLtdLogo.jpg) but one better...
libgcc and newlib get built for generic ARM, without any machine-specific CFLAGS. It would be nice if it could optimise them for the machine being used, but this would make...
The bootstrap assumes it's okay to allocate pages from the space after where the rom was loaded. The ARM linux boot protocol kinda guarantees that 16KB of ram is available...
There should be docstrings for the modules/functions provided in embryo/metal/etc.
Using YAFC 0.5.8 on Linux. The default size of the YAFC window appears to also be the minimum size, at least on Linux (haven't tried on Windows). I'm trying to...
```rust use std::io::Read; struct Foo(R); struct Bar(&'a Foo); #[ouroboros::self_referencing] struct Test, } ``` I'm trying to define a selfreferencing structure where the referencing type needs a lifetime on its generic...
### Observed behaviour Basic toolbelts (crafted from string, unmodified by the Tetra workbench) come with three iron loops pre-attached, and with 2/1 integrity used. ### Expected behaviour Expected the basic...
This looks really awesome but I can't use it with my application as I'm using the MMU extensively with non-identity mappings.. I read your comment in the README about supporting...