Re: Rust coreutils

2025-03-18 Thread Janne Johansson
> Replacing the GNU compiler with the Rust compiler Wait, is this sentence a joke? Apart from Theos response about the arches, are you seriously thinking that just because someone made ls, uname, sort in rust that OpenBSD could remove the C compiler? -- May the most significant bit of your life

Re: aarch64 assembly "hello world"

2025-03-15 Thread Janne Johansson
Well, if you want to make a system call "easily" to simply send a string to stdout, you will want to bounce via libc for the actual syscall. As openbsd is right now, you can't just put a value in a register and hop off to make system calls, which incidentally is what some buffer overflow or ROP pay

<    2   3   4   5   6   7