Roc Vallès i Domènech
Roc Vallès i Domènech
Perhaps it'd be best to add a note in the documentation about it only working on kick 36+ or 37+, for now.
Yes, it might be. Panning is what uade123 calls it.
It would help to be able to add or suggest adding new tags.
While HTTPS is present now, there's still no HSTS, and the certificate is currently not seen as valid by browsers.
>Are you running the v0.7.0 image from the recent release, Recent release. I may look into building it. >What is the correct MAC address?  vs  Note how `00:80:c8:--:--:--`...
Built master with a few changes: ``` ----------------------- elks/arch/i86/drivers/net/ne2k.c ----------------------- index d3296bd3..3839b083 100644 @@ -468,8 +468,8 @@ void ne2k_drv_init(void) ne2k_get_hw_addr(prom); err = j = k = 0; - //for (i...
This is the card, a D-Link DE-200TP+.  non-plus variant is documented here: https://stason.org/TULARC/pc/network-cards/D/D-LINK-Ethernet-DE-200TP-for-PC-AT.html According to this, IRQ is 11. I/O is supposed to be 0x300 according to freedos, which...
I added a `call ne2k_reset` before `call ne2k_base_init` in ne2k_get_hw_addr() within ne2k-asm.S. This is as according to: https://wiki.osdev.org/Ne2000 A reset must be done before reading the prom. Unfortunately, the build...
>Geez, is running ./build.sh a second time rebuilding the entire toolchain?! That will take forever! The script seems clever enough to skip the toolchain build. But the rest takes a...
Build finished just now. Over 2h.