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.
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.
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.