Releases: rakslice/leaix
Releases · rakslice/leaix
0.0.2
The leaix.0.0.2.tar.*
downloads include a prebuilt .o
file so you don't need a compiler installed.
The .dsk.gz
version has had the tar archive padded out to 1440k so you can more conveniently use it through the emulated floppy drive with VirtualBox or similar; put the resulting .dsk
file in the virtual floppy drive, and then you can extract the files from inside the VM with tar xf /dev/fd0
.
Once you've extracted the files inside, you can just do make install
to add the .o
to the kernel and rebuild.
Changes from 0.0.1:
- stopped using
ETHERMTU
from AIX headers (as it's 1492 and we don't want to cut inbound frames until >1500); default MTU is now 1500 - added a
splimp()
critical section aroundIF_DEQUEUE
in outbound traffic handling that was missing