|
|
Subject: Re: Utilizing FS_OPS() macro in bootloaders - msg#00002
List: os.netbsd.ports
In article <200506231625.45532.junyoung@xxxxxxxxxx>,
Bang Jun-Young <junyoung@xxxxxxxxxx> wrote:
> -=-=-=-=-=-
>
> Hi,
>
> The attached patch utilizes FS_OPS() macro for file_system definitions
> in bootloaders. FS_OPS() can be found in sys/lib/libsa/stand.h.
>
> Since there are too many ports covered by it, I can't check its validity
> by crossbuilding all of them. So I need your comments before I check it in.
>
> Jun-Young
>
> P.S.: I'm not subscribed to netbsd-ports, so please add me to CC: when
> you reply.
Looks good. The hp300 ones have extra braces.
christos
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Utilizing FS_OPS() macro in bootloaders
On Thu, Jun 23, 2005 at 04:25:45PM +0900, Bang Jun-Young wrote:
> P.S.: I'm not subscribed to netbsd-ports, so please add me to CC: when
> you reply.
You should post this to tech-kern, I guess.
Martin
Next Message by Date:
click to view message preview
Re: Utilizing FS_OPS() macro in bootloaders
On Jun 23, 2005, at 12:25 AM, Bang Jun-Young wrote:
Hi,
The attached patch utilizes FS_OPS() macro for file_system definitions
in bootloaders. FS_OPS() can be found in sys/lib/libsa/stand.h.
Since there are too many ports covered by it, I can't check its
validity
by crossbuilding all of them. So I need your comments before I
check it in.
You can cross build using build.sh
-- thorpej
Previous Message by Thread:
click to view message preview
Re: Utilizing FS_OPS() macro in bootloaders
On Thu, Jun 23, 2005 at 04:25:45PM +0900, Bang Jun-Young wrote:
> P.S.: I'm not subscribed to netbsd-ports, so please add me to CC: when
> you reply.
You should post this to tech-kern, I guess.
Martin
Next Message by Thread:
click to view message preview
Re: Utilizing FS_OPS() macro in bootloaders
On Jun 23, 2005, at 12:25 AM, Bang Jun-Young wrote:
Hi,
The attached patch utilizes FS_OPS() macro for file_system definitions
in bootloaders. FS_OPS() can be found in sys/lib/libsa/stand.h.
Since there are too many ports covered by it, I can't check its
validity
by crossbuilding all of them. So I need your comments before I
check it in.
You can cross build using build.sh
-- thorpej
|
|