@P5music: I'm reasonably confident to state that the execution of '/init' or /sbin/init' are not producing any messages on the screen. In my
answer to one of your earlier questions I had attempted to describe the boot process. This is by and large similar for other distributions as well. Only that those are typically using an initrd to "prepare the ground" for switching over to their root file system.
So, in summary: The kernel itself will by default produce messages during the boot process. Those can be supressed with the boot code 'quiet' (which is the default for the TC ISO). This suppression can again be over-written with the 'debug' boot code, which could be specified at the ISOLINUX 'boot:' prompt. Those kernel messages should be available via the 'dmesg' command' or stored in '/var/log/messages' when the 'syslog' boot code is used.
There is to the best of my knowledge no other "message producing entity" prior to the execution of '/etc/init.d/rcS' (or rather '/etc/init.d/tc-config'). The first TC specific output is generated by the 'clear' command followed by the "Booting tinycore_3.4.1" message (or something similar) from '/etc/init.d/tc-config'. All subsequent messages are produced either by this script or any other called by it (e.g. '/usr/bin/tce-setup'). None of the TC specific screen output is captured by 'dmesg' (or in '/var/log/messages'), but one could use the 'pause' boot code to take a moment and admire what "tce-config and friends" have written to the screen.