81
TCB Bugs / Re: CorePure64 v17 networking issues
« Last post by Juanito on March 15, 2026, 07:15:24 AM »It's not that difficult - maybe you could give it a go 
Once done you would need to boot from the bzImage produced and copy the new HyperV modules and make an extension of them.

Code: [Select]
tce-load -i compiletc ncursesw-dev elfutils-dev perl5 bc
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/linux-6.18.2-patched.tar.xz
wget http://tinycorelinux.net/17.x/x86_64/release/src/kernel/config-6.18.2-tinycore64
tar xf linux-6.18.2-patched.tar.xz
cd linux-6.18.2
make mrproper
cp ../config-6.18.2-tinycore64 .config
make oldconfig
make menuconfig [set the HyperV modules you require to enabled ("m")]
make bzImage
make modules
Once done you would need to boot from the bzImage produced and copy the new HyperV modules and make an extension of them.
Recent Posts