Hacker News new | ask | show | jobs
by nousermane 1610 days ago
Yes. "e" in "eLILO" stands for "EFI".

But then (U)EFI is an OS in itself, you can boot Linux directly from it, no bootloader needed:

https://wiki.archlinux.org/title/EFISTUB

1 comments

> But then (U)EFI is an OS in itself

Would it be accurate to describe (U)EFI as being like MS-DOS (i.e. single-tasking), but running in protected mode?

UEFI technically isn't single-tasking, it has a task scheduler.
Indeed, UEFI is the modern DOS.