Re: Amiga screen modes in wscons
[email protected] (Michael van Elst) Sun, 12 Nov 2023 08:48:32 -0000 (UTC)
| Newsgroups | gmane.os.netbsd.ports.amiga |
|---|---|
| Organization | Serpens User Group |
| Message-ID | <[email protected]> |
[email protected] (Carlos_Mil=E1n_Figueredo?=) writes: >Using gdb I have been able to find the variables memory addresses, but I ha= >ve not been successful changing them: > ># gdb -w netbsd >(gdb) info variable AGA_htotal >0x004635d4 pAGA_htotal >0x00463536 AGA_htotal >(gdb) set {int}0x00463536 = 0x79 >Cannot access memory at address 0x00463536 > >What am I missing? Sorry, no idea. This is how it is supposed to work, and it doesn't work for me either.