- Implemented Sovereign Syscall Table at 0x801FFF00 - Added cooperative yielding (s_yield) for Guest/Kernel concurrency - Initialized Guest RX Ring and flows in Kernel - Bridged LwIP in Guest via net_glue and ion_client overrides - Validated TCP handshake and data transmission (Subject Zero -> Host) - Confirmed 'Hello from the Membrane!' via UART and Network |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Makefile | ||
| README | ||
| config.h | ||
README
Helper files to run lwIP unit tests on unix-like systems. 1. Install the check library, through a package manager or from https://libcheck.github.io/check/ 2. Put the lwip code in a directory called 'lwip' 3. Run `make check` 4. Make sure all tests pass