pixelherodev

Results 59 comments of pixelherodev

The second stage is to then update all existing packages to use the relocation table and remove in-place relocations from the toolchain entirely.

This also requires updating the documentation (AFAIK, none is currently out of date enonugh to be problematic, and I'd rather keep it that way).

@NonstickAtom785 Can you try using --assembler=sass instead? If it works with sass, this is a bug with scas. If not, it's between the emulator, the castle, or the kernel... I...

Just ran into this earlier, was going to leave it alone (thought it might be a deliberate choice) but since it clearly isn't, I'll fix this.

Need to finish testing before marking this closed. The merge was rushed, and that was my mistake.

Sorta. ROMs include every single page, but TI upgrade files only include the ones you explicitly specify. If we specify every page, then uploads will take an enormous amount of...

KnightOS/KnightOS's makefile has this: ``` mktiupgrade -p -s exploit/signature.bin -d $(PLATFORM) -n $(KEY) $(OUT)KnightOS-$(PLATFORM).rom \ $(OUT)KnightOS-$(PLATFORM).$(UPGRADEEXT) 00 01 02 03 04 05 06 07 08 $(PRIVILEGED) $(EXPLOIT_PAGES);\ ``` Basically, just...

Note: genkfs appears to print out the page list.

Current planned path: add a flag to genkfs that causes it to print the full list of needed pages to a file in `.knightos`, and read that in the Makefile...