FDOS / kernel

FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
http://kernel.fdos.org/
GNU General Public License v2.0
811 stars 144 forks source link

fix exeflat not deleting temporary file #117

Closed boeckmann closed 11 months ago

boeckmann commented 11 months ago

During build the kernel silently was not updated, because a temporary file could not be overwritten by exeflat (it was created by exeflat in a previous run).

The new behaviour is, that exeflat terminates with error, if the file renaming can not be performed. The temporary binary is also deleted after compressing the kernel.