Hi, i'm new in Mac and i just try to understand how to boot some programs or another kernels on apple silicon. I looked at the m1n1 project that allows you to boot Linux kernels, but unfortunately I did not find detailed documentation on the implementation, and it can take a lot of time to analyze the code. As I understood from the document about the security of apple platforms, the Secure Enclave will not let me boot anything other than the XNU kernel, but i can add kernel extensions. Using kernel extensions can I load another kernel or program and connect it to hardware devices via XNU and the driver it uses? Does this sound like what m1n1 does, or will it help me get anything other than macOS running on newer Apple machines? I think it could be used for the specific use of apple machines for servers or compute clusters. Sorry if this is stupid enough, I haven't dealt with apple before.