|
|
|
|
|
by rep_lodsb
707 days ago
|
|
It's adding pointless complexity, and baking assumptions about how an OS should work into the firmware. Loading a sector at a fixed memory address and jumping to it (with some function provided so that your code can go on to load other sectors) is both easier to understand, and doesn't require you to use some multi-megabyte toolchain. |
|
Unless you're targeting S/360, but even there XA and newer made it a bit more complex.