Comment by phendrenad2

Comment by phendrenad2 17 hours ago

5 replies

I'm surprised there aren't more hand-crafted OSs popping up on HN. Agentic AI can give you the basics of an OS in 15 minutes. It gets confused when debugging assembly code, but it can give you a good framework and walk you though the remainder of the steps.

engeljohnb 13 hours ago

I threw myself at it for weeks and couldn't even get a blinking LED to run on the bare metal on a RPi.

trueismywork 16 hours ago

The biggest problem on today's OS is I/O driver. Specifically USB driver.

  • anthk 15 hours ago

    And ACPI/APIC and tons of extra pests.

BoredPositron 17 hours ago

I am intrigued. Go ahead and show us ONE 15 minute agentic ai os that runs on metal.

  • anthk 15 hours ago

    The parent commenter should get an Altair Z80 emulator with CP/M 2.2 and begin writting stuff in assembly.

    Even a simple Tetris would be a daunting task.

    He could even try high level languages such as T3X, which is very Pascal-like to my eyes in order to be familiar with CP/M 2.2 and after some months I would switch to Z80 assembly in order to write stuff for CP/M.

    These AI's would be clueless about T3X OFC, or almost, because of the nasty scrappers. Still, it would be an ideal exercise to avoid the AI completely. You learn by the book. Literally.