KGDB

2018-07-17 Thread Phil Nelson
Hello, Does anyone know if KGDB will work across a pcie serial card or does it need to be the old motherboard ones?How about usb? --Phil

Re: aarch64 gcc kernel compilation

2018-07-17 Thread Christos Zoulas
On Jul 17, 10:39am, n...@gmx.com (Kamil Rytarowski) wrote: -- Subject: Re: aarch64 gcc kernel compilation | I was thinking about this one: | | http://netbsd.org/~kamil/patch-00067-conditional-u128.txt | | It should do the trick for everybody - including rumpkernel users - and | support aarch64 w

Re: aarch64 gcc kernel compilation

2018-07-17 Thread Kamil Rytarowski
On 17.07.2018 07:23, Ryo Shimizu wrote: > > Can we drop it? The __uint128_t type is not used anywhere else in > aarch64 subdirs. > > fortunately, we don't use member of fpreg, use just only as container. > Is this patch enough? > I was thinking about this one: http://netbsd.org/~kamil/