Home >Backend Development >C++ >I added networking standards to my custom kernel!

I added networking standards to my custom kernel!

Susan Sarandon
Susan SarandonOriginal
2024-12-30 18:30:09729browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn