All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Developer Successfully Implements Web Server on Hobby Operating System RetrOS-32

By

joexbayer

6mo ago· 2 min readenNews

Summary

A developer shares their achievement of getting a web server running on their hobby operating system called RetrOS-32. After a long break from the project, they returned to complete the networking stack (Ethernet, IP, ARP, UDP, TCP, DHCP, DNS) and successfully implemented HTTP support, marking an important milestone in their personal operating system development project.

Key quotes

· 4 pulled
After a long break from working on my hobby operating system, I finally got back into it and finished a very important milestone: a working web server.
Networking was always integral to my hobby project. The first goal was getting the basic networking stack working: Ethernet, IP, ARP, UDP, TCP, DHCP and DNS.
Besides TCP this was rather straightforward, but when moving onto HTTP things broke.
This led to my first break from the project.
Snippet from the RSS feed
Getting a Web Server running on my hobby OS — Demo After a long break from working on my hobby operating system, I finally got back into it and finished a ve...

You might also wanna read