💾 Archived View for bbs.geminispace.org › u › stack › 5036 captured on 2023-12-28 at 16:03:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-14)

➡️ Next capture (2024-02-05)

🚧 View Differences

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

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

Sep 01 · 4 months ago