ceel@slitaz:~$ tazpkg -lf ipxe Installed files by "ipxe" ================================================================================ /boot/ipxe.exe ================================================================================ 1 file ceel@slitaz:~$ tazpkg -lf memtest Installed files by "memtest" ================================================================================ /boot/memtest.exe ================================================================================ 1 file ceel@slitaz:~$

Last builds of memtest and ipxe install .exe files
(5 posts) (3 voices)-
Posted 7 years ago #
-
Hi Ceel,
In the Linux you can use any names and name extensions for executable files. But in addition to this fact I think here should be a bit different.
Afaik these executables are intended to be executed from the boot loader like Syslinux. This time no OS loaded yet, no system libraries are available, so these executables are static.
And afaik these executables are NOT in the commonly used ELF format, but in the some DOS-like format.
You can install "file" package and test these files if you're interested.
Posted 7 years ago # -
Hi Aleksej,
I agree with you.
I don't think the bootloaders is affected by the extensions files but its configuration file is.
So for web boot for instance,kernel /boot/ipxe
won't find ipxe.exe :-pPosted 7 years ago # -
- ipxe.exe & memtest.exe are DOS executables (like linld.com). DOS/Win9x users can launch them.
- they have a Linux kernel format too. Linux loaders (like isolinux) can launch them.
- they have a disk image format too. You can put it on a floppy (or USB key/memory card) with cp/dd.Posted 7 years ago #
Reply
You must log in to post.