💾 Archived View for bbs.geminispace.org › u › stack › 5036 captured on 2023-09-08 at 16:06:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-09-28)

-=-=-=-=-=-=-

Nothing is simple when computers are involved.

After trying to get nforth to work as a CGI and failing, took it a step back and wrote a simple assembly program that outputs '20 text/gemini' followed by cr and lf, and a hello world line.. Again, works on the command line but not as a cgi... Incomplete header. Which implies that at least it executes, because it's a FASM file with a handmade ELF header, 32-bit version1.

I suppose I should check how many bytes were sent in my kernel 'write' calls, as writing to network is not the same as writing to console...

🚀 stack

2023-09-01 · 7 days ago