Quoting Samuel Thibault (2014-10-16 01:07:13) > Does the puts() call return some error?
No. > Justus Winter, le Wed 15 Oct 2014 16:46:50 +0200, a écrit : > > So, startup calls setbuf while libdiskfs does not. > > Does libdiskfs really do some puts that is working? Yes. If one passes --boot-debug-pause to ext2fs, it executes boot-start.c/644 just fine. This line reads: printf ("pausing for exec\n"); and is turned into a puts invocation by gcc. Justus