Tyler True

Results 12 comments of Tyler True

> I'd like to remark that I do use the boot disk ID provided by the BIOS. Ah, so the `#disk` on the stack could be `81` if it was...

@NolfNolfer from what I can tell, a data wipe will not delete the apps placed in the /system/ partition. However, any apecial permissions you set from the Settings app, will...

That repo is a fork, and doesn't have its own issue tracker. This repo (with the same author, and that as the dependency) or the upstream [qtermwidget](https://github.com/lxqt/qtermwidget) are the best...

I've begun some implementation work toward this; #13 includes CHS loader code in `uefix.s` for a floppy disk (it's hardcoded to load from A:) and LBA or CHS usage is...

So I'm looking at it, and adding CHS wholesale to this implementation of miniforth itself (such that it remains compatible with `filesystem.fth` et al), seems like it'd be a big...

Note: This also opens the path for supporting vintage 8088-and-up IBM PC-compatibles, as they do not have INT13h/AH=42 capability, only the old-standard AH=02 CHS. While I'm submitting this for `uefix`,...

> Nice! Though, `uefix` is only necessary to work around BIOSes that insist on parsing the partition table portion of the bootsector. In practice, it's only the new UEFI firmware....

Ah, okay. It at least worked for me, if a little brute-forced. Either way, it might be possible to automate some of this in the future I'd imagine

No meson, I respect that - and it is not an issue for anyone who doesn't use WSL2. Having it here makes it easy to search for people who do...