This is how to REAL install Remix OS on VirtualBox. rootfs could be writable!!!
- any linux liveCD iso file (Xubuntu here)
- Remix OS iso file ("Remix_OS_for_PC_Android_M_32bit_B2016092201.iso" here)
- VirtualBox
// from https://github.com/betaflight/betaflight-configurator | |
'use strict'; | |
//MSPCodes needs to be re-integrated inside MSP object | |
var MSPCodes = { | |
MSP_API_VERSION: 1, | |
MSP_FC_VARIANT: 2, | |
MSP_FC_VERSION: 3, | |
MSP_BOARD_INFO: 4, | |
MSP_BUILD_INFO: 5, |
package main | |
import ( | |
"fmt" | |
"net" | |
"sync" | |
"time" | |
_ "unsafe" | |
) |