Beizong "Max" Chen

Results 29 comments of Beizong "Max" Chen

@phd 1. Yes it will. This `#pragma` is handled no later than the library-introducing `#include` directives, and will affect the entire build process. 2. The paths of all executables being...

@phd Based on this path whitelist, the user should be able to choose among blocking, prompting and allowing execution of programs outside the list. The user should also be allowed...

@phd The `_Pragma()` syntax need not to be supported right now, just `#pragma arduino`.

You could include a script that will make symlinks to "pose" GNUstep libobjc2 as libBlockRuntime as well as required header files. I will fork this project to do all the...

Well because the blocks ABI is a bit different between GNUstep and Apple. Apple used their C-level CoreFoundation technologies to implement blocks but GNUstep used GSBlock, an Objective-C class. Simpler...

I have no idea, but I know the API is identical. So pretty much it is link-against thing. Just drop the libBlocksRuntime header files and library and use libobjc2 ones.

I just drop 3 symlinks (target path relative to source location): $PREFIX/include/objc/block_runtime.h -> Blocks.h $PREFIX/include/objc/block_private.h -> Blocks_private.h $PREFIX/lib/libobjc.so -> libBlocksRuntime.so and when building anything that is asking for blocks runtime...

I don't have that type of logic analyzer... Will ULink 2 make a good reference adapter, since it with the latest firmware also uses CMSIS-DAP?

> I've never heard of tiered filesystems, isn't that something you could do with ZFS? ZFSonLinux is stable and widely used. It can definitely be set up to combine the...

So far it seem to me that the VM lacked an Ethernet interface. If there is a way to mount the disk image in some other VM software, boot up...