issues
search
jart
/
blink
tiniest x86-64-linux emulator
ISC License
6.96k
stars
222
forks
source link
VFS: CI and a few small bug fixes
#81
Closed
trungnt2910
closed
1 year ago
trungnt2910
commented
1 year ago
Added CI builds with
--enable-vfs
.
Fixed bug when reading
/SystemRoot
on Cygwin.
Fixed some memory leaks when handling UNIX sockets.
Added fallback to
execve
on systems without
fexecve
in
HostfsFexecve
.
--enable-vfs
./SystemRoot
on Cygwin.execve
on systems withoutfexecve
inHostfsFexecve
.