Port-atari archive

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

Re: binpatch-ing problem! please help



On Wed, 20 May 2009, atari%my-its.net@localhost wrote:


You should be able to use gdb (assuming you have already booted). The
following will change the value for any subsequent boot:

ataritt# gdb --write /netbsd

(gdb) print st_pool_size / 8192
$2 = 24
(gdb) set st_pool_size = 48 * 8192
(gdb) quit

gdb says:
segmentation fault (core dumped) gdb --write/netbsd

that is ok?

        It shouldn't code dump but it may have changed the value.
        What happens if you run 'gdb --write /netbsd' and then
        'print st_pool_size / 8192' - has the value changed?

now i am able to install xserver
thank you very much for help

        Excellent to hear that! What Atari do you have?

--
                David/absolute       -- www.NetBSD.org: No hype required --


Home | Main Index | Thread Index | Old Index