[boot] Fix boot issues when /linux or /bootopts deleted by ghaerr · Pull Request #1681 · ghaerr/elks (original) (raw)

The minix bootblock would recognize a deleted copy of linux and try to load it. This has been fixed.

The kernel setup code would report /bootopts as malformed even if no bootopts file existed. This has been fixed.

Old "Linux found" boot message changed to "/linux" due to lack of space in boot sector.

Fixes courtesy of @Mellvik from his TLVC project.