You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NeXT] Add Ohlfs 8x12 font, raise console rows, and clean up initramf…
…s & build scripts
- Introduce Ohlfs 8x12 bitmap font (new source file, Kconfig entry, Makefile update, enable CONFIG_FONTS)
- Increase default console height for NeXT from 52 to 69 rows
- Refactor initramfs init script to use `busybox --install -s /bin`
- Fix arithmetic bugs in config_gentoo.sh (proper bash arithmetic, add swapon)
- Simplify partition creation order in config_gentoo.sh
- Streamline kernel build:
* Added reusable `build-kernel()` function
* Enabled NEXT_DEBUG/NEXT_SCSI_DEBUG per variant via scripts/config
* Build and copy defconfig, debug, debug_scsidebug, debug_noscsi kernels
- Update disk builder to copy all kernel variants to the boot partition