fish4terrisa-MSDSM

Results 21 issues of fish4terrisa-MSDSM

src/Language/Rust/AST.hs:29:36: error: Ambiguous occurrence ‘’ It could refer to either ‘Prelude.’, imported from ‘Prelude’ at src/Language/Rust/AST.hs:1:8-24 (and originally defined in ‘GHC.Base’) or ‘Text.PrettyPrint.HughesPJClass.’, imported from ‘Text.PrettyPrint.HughesPJClass’ at src/Language/Rust/AST.hs:5:1-37 (and originally...

c2rust-transpile: /home/fish4terrisa/c2rust/c2rust-ast-exporter/src/AstExporter.cpp:2737: Outputs process(int, const char**, int*): Assertion `outputs.size() == 1 && "Expected exactly one output."' failed.

The output of ld: /bin/ld: CMakeFiles/box64.dir/src/box64context.c.o: in function `NewBox64Context': /home/fish4terrisa/box64/src/box64context.c:177: 警告: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking...

log: ```BdsDxe: loading Boot0001 "UEFI QEMU HARDDISK QM00001 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0) BdsDxe: starting Boot0001 "UEFI QEMU HARDDISK QM00001 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Primary,Master,0x0) [ INFO]: src/main.rs@043: bootloader is running [ INFO]: src/main.rs@159:...

( Sorry for my poor english) The QEMU has a feature to bind the guest\`s port to the host`\s port.Will RVVM support it later?It\`s impossible to support x11 or SDL...

enhancement
discussion

Right now we have sdl and x11 supports, but maybe RVVM is run on a server with no screen,and both x11 and sdl is diffcult to stream through internet.And vnc...

enhancement

It's a bit difficult for users (include me) to use a large disk image (for example, 512G) in RVVM on a net-based filesystem(nfs, rclone FUSE, etc.) or a filesystem with...

enhancement

In some embedded linux platforms, both sdl and x11 just does`t exist. Maybe a support of `/dev/fb0` can help to run rvvm on these platforms. We can also handle the...

enhancement

The output is : ``` ld.lld: error: undefined symbol: __emutls_v._ZN6google8protobuf8internal15ThreadSafeArena13thread_cache_E >>> referenced by config.pb.cc >>> config.pb.o:(void google::protobuf::RepeatedField::InternalDeallocate()) >>> referenced by config.pb.cc >>> config.pb.o:(void google::protobuf::RepeatedField::InternalDeallocate()) >>> referenced by config.pb.cc >>> config.pb.o:(void...

It is impossible to run systemd in proot now,but if there is a way to bind the pid of the `/sbin/init` to 1,then its possible to run it.And we can...