[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syslinux] Read and publish firmware time stamps and boot time
From: |
H. Peter Anvin |
Subject: |
Re: [syslinux] Read and publish firmware time stamps and boot time |
Date: |
Tue, 07 Apr 2015 15:59:26 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 04/06/2015 02:13 PM, Paul Menzel via Syslinux wrote:
>>
>> The kernel boot protocol should probably be extended to accept a block
>> of values to be passed from the loader to the OS, and be exported
>> somewhere by the kernel itself to userspace.
>>
We have that, it is called initramfs. It contains a sequence of binary
blobs, each of which has a string identifier, usually known as a
"filename". The kernel then presents it to userspace as a "file".
-hpa