Re: binpatch-ing problem! please help

Izumi Tsutsui <[email protected]> Sun, 26 Jul 2009 15:57:04 +0900
Newsgroups gmane.os.netbsd.ports.atari
Message-ID <[email protected]>
> > How to extend st-mem pool?
> > I tried this:
> > binpatch -s st_pool_size -o 8192 -r 131072 /netbsd
> > and i got:
> > can't open file  or  not a valid executable

> You should be able to use gdb (assuming you have already booted).

- Is it still worth to have working (i.e. with ELF support) binpatch(1)?
  (gdb(1) is too large and it's in comp.tgz set, not in base.tgz)
- Is it also worth to make it MI (in src/usr.sbin/binatch)?
  (to patch rtc_offset, db_onpanic etc)
- Is it worth to make it a part of cross toolchain like mdsetimage(1)?
  (though it requires LGPLed libbfd)
---
Izumi Tsutsui