* [COFF] Source for a vaguely Bourne-like shell, no signals
@ 2025-01-16 5:14 Warren Toomey via COFF
2025-01-16 5:38 ` [COFF] " Warren Toomey via COFF
0 siblings, 1 reply; 2+ messages in thread
From: Warren Toomey via COFF @ 2025-01-16 5:14 UTC (permalink / raw)
To: coff
Hi all, this is a pretty weird question to ask.
I've been extending the RISC-V version of xv6 to have a decent libc and
some userland programs: https://github.com/DoctorWkt/xv6-riscv-fuzix
There's a minimalist shell and my own 'wish' shell; neither have any
scripting capability. Also, as it stands there are no signals implemented.
I'd love a Bourne-ish shell to write shell scripts, but I've had a hard
time finding one that I can snip out the signal handling code.
If you have any suggestions, please met me know!
Thanks, Warren
^ permalink raw reply [flat|nested] 2+ messages in thread
* [COFF] Re: Source for a vaguely Bourne-like shell, no signals
2025-01-16 5:14 [COFF] Source for a vaguely Bourne-like shell, no signals Warren Toomey via COFF
@ 2025-01-16 5:38 ` Warren Toomey via COFF
0 siblings, 0 replies; 2+ messages in thread
From: Warren Toomey via COFF @ 2025-01-16 5:38 UTC (permalink / raw)
To: coff
On Thu, Jan 16, 2025 at 03:14:10PM +1000, Warren Toomey via COFF wrote:
> I'd love a Bourne-ish shell to write shell scripts, but I've had a hard
> time finding one that I can snip out the signal handling code.
Dang. I'd forgotten that I already did this when xv6 ran on the x86 platform:
https://github.com/DoctorWkt/xv6-freebsd/tree/master/cmd/sh
I've just got it to run on the RISC-V version of xv6.
Sorry for the noise, all.
Warren
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-16 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-16 5:14 [COFF] Source for a vaguely Bourne-like shell, no signals Warren Toomey via COFF
2025-01-16 5:38 ` [COFF] " Warren Toomey via COFF
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).