Harden ELF symbol loading and improve boot/WM startup
* Extend libs/parse/elf with class-aware section/symbol view helpers and switch symbol loading to robust ELF section parsing from /boot/kernel*.elf
* Fix symbol ingestion edge cases by reading the full file payload before parse and validating symtab/dynsym + linked string tables
* Preserve console text/cursor state across font changes, enlarge early boot log history, and replay early logs once framebuffer text is ready
* Move boot assets to canonical locations (/boot/loader.conf, /etc/font.psf) and update BIOS config/image staging plus font lookup paths
* Sync init startup sequencing: attach stdio to tty0/console, run /etc/rc synchronously, keep /etc/rc.local optional, and add WM/WS screen-active redraw handling