Torne Wuff

Results 11 comments of Torne Wuff

You're jumping the gun significantly here; a filesystem is a _lot_ of work away. First there needs to be a driver framework, a block device framework, and an MMC/SD stack...

There's not really any need to store files currently, though. What files would there be? Passing the CPython tests is also not interesting at all; it's an unmodified copy of...

If you want the rest of the standard library you can just drop it in the initial ramdisk for now; it already does this for a number of modules. The...

It already works on a Pi; just set MACH to bcm2835 in config.mk and it'll build for it, though it doesn't have a qemu config so you can't "makepp run"....

Yeah I should update the docs to explain exactly how to boot it on the Pi, sorry :) It runs CPython, yes (currently 2.7.3 as I haven't been paying enough...

Yeah, you can't access the fields of a register outside of a "with" block, because of the read-modify-write requirements. It shouldn't just crash, obviously :) For read-only registers it may...

Even the default blacklist value of `.source.gfm` doesn't appear to work for me - I get suggestions in markdown files. Is the right selector syntax something else, or is this...

OK, I experimented a bit more and realised that I set up my arcane screen config so long ago now that I missed some.. even more unusual details that affect...

On Windows I have a different cursed set of settings; main monitor is 150% UI scale and second is UI 100% scale, no weird post-render rescaling. YAFC generally behaves the...

Having nested tables that don't have a "root" recipe, just a user-defined name (pretty much what's requested here in 2) would be pretty useful to me as well. The issue...