I’m restoring this wonderful IBM XT 5150, machine powered up, but there wasn’t os. Floppy drive was`t working, I tried to boot from a 720k floppy disk, but it was impossible. So looking for a solution, I found a ISA-PicoMem (https://github.com/FreddyVRetro/ISA-PicoMEM/tree/main) card, a wonderful card that allows you to boot from a SD card, add memory, and is able to connect to a network using wifi and ne2000 drivers, of course you need install mTCP.

I ordered it on march 2024, and it arrived on may 2024. It was a great solution for my problem. I’m very happy with it.

ISA-PicoMem

ISA-PicoMem

Finally, I could boot from an image using the card, after that I tried to format the hard drive and the surprise is that it was working

IBM Low level format

b>debug
-a 100
mov ax,705
mov cx,1
mov dx,80
int 13h
int 3   
-g=100
-f cs:1000 1200 0
-a 100
mov ah,0
mov dl,80
int 13h
mov ax,301
mov bx,1000
mov cx,1
mov dx,80
int 13h
int 3
-g=100

Format1 Format2

mTCP

TCPIP