Home >Backend Development >C++ >I added networking standards to my custom kernel!
Hi all! I’ve been working on my kernel and have added some new networking capabilities!
For those who are new here, I'm building a custom kernel, leaning towards a monolithic design with some microkernel-like characteristics. Today’s update: I’ve implemented support for the IEEE 802.15.6 networking standard.
I will need to obtain testing hardware for this new feature, as I'm currently experiencing segmentation faults (likely because of the absence of dedicated 802.15.6 hardware). Any help towards getting testing hardware is greatly appreciated!
The above is the detailed content of I added networking standards to my custom kernel!. For more information, please follow other related articles on the PHP Chinese website!