Loader forth changes for customization

rank1seeker at gmail.com rank1seeker at gmail.com
Thu Nov 14 08:06:11 UTC 2013


Um,

Little of thread, but could you rewrite loader in just 1 task?
That is, once it has been pulled by STAGE 2 boot, ALL loader's path should be RELATIVE to loader itself, instead currently using full path approach (/boot/...)

I.e;
Line: (from: '/sys/boot/common/interp.c')
    include("/boot/boot.conf");
into:
    include("boot.conf");
and so on ...

Thanks.


Domagoj Smolčić


More information about the freebsd-hackers mailing list