bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: initrd support


From: Sergio López
Subject: Re: initrd support
Date: Mon, 5 Sep 2011 22:58:53 +0200

2011/9/5 Samuel Thibault <samuel.thibault@gnu.org>
> A hybrid solution could be the following:
>
> module --nounzip /boot/initrd.gz '$(initrd-task=data-task-create)'
> module /boot/kernel/ext2fs.static ext2fs ... -T typed 
> gunzip:task:${initrd-task}
>
> data-task-create being a script command which creates a task whose only
> content is the initrd content, starting at vaddr 0. ext2fs can then peek
> the data from the task, and possibly destroy it if e.g. using taskonce:
> instead of task:
>
> What do people think about it?
>

I remember talking with you about this on the IRC some time ago. I
think this solution is definitely better than the ones we discussed on
that day.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]