> I need to build a cpu kernel from sources. Therefore I have been
> following the tip of the day recipie from the wiki. Assembling the
> sd*.n files fails due to the corresponding .i files already exist.
> In my current setup I cannot delete those nor touch them or change
> permissions.

It sounds like it's time for my occasional commercial for divergefs,
a file system which lets you layer arbitrary changes on top of a
read-only file system (it even handles deletions).

If you say

% divergefs -p /some/dir /sys/src

you can build whatever you want.  And you can resume your work the
next day with the same command.

Dave Eckhardt

Reply via email to