New tinylog entry around syscalls in Rust on NetBSD
This commit is contained in:
parent
4a0841c760
commit
1da8d2faa2
1 changed files with 6 additions and 4 deletions
|
@ -4,10 +4,10 @@ Meta(
|
|||
published: Some(Time(
|
||||
year: 2023,
|
||||
month: 6,
|
||||
day: 18,
|
||||
hour: 2,
|
||||
minute: 56,
|
||||
second: 29,
|
||||
day: 20,
|
||||
hour: 17,
|
||||
minute: 59,
|
||||
second: 20,
|
||||
)),
|
||||
tags: [
|
||||
"tinylog",
|
||||
|
@ -17,6 +17,8 @@ Meta(
|
|||
Some shorter thoughts and updates that might not warrant a full gemlog entry. I'll probably be using this to post updates on my various projects in a much more regular fashion.
|
||||
|
||||
=> .. Home
|
||||
## 2023-06-20 17:59 UTC
|
||||
Just subbmitted a PR for the `sc` crate which gives the ability to make syscalls from Rust on NetBSD/x86_64. If accepted, maybe I'll see about adding other architectures on FreeBSD and NetBSD.
|
||||
## 2023-06-18 02:56 UTC
|
||||
I managed to get the latest git source of Zellij to compile and run on FreeBSD, so no more faffing about with Tmux. Hooray! The fix for Zellij will be in the next release apparently. I had to apply a patch from the port to the `wasmer-vm` crate, as they're making some erroneous assumptions about not being able to support x86_64 on FreeBSD.
|
||||
## 2023-06-15 15:00 UTC
|
||||
|
|
Loading…
Add table
Reference in a new issue