OS development using serial port, parallel port

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
lets sexx

OS development using serial port, parallel port

Post by lets sexx »

Hello Gurus,
Do you know of any tutorial or site that teach on how to write and read to the hard disk of Test Computer from Development Computer thru serial port or parallel port or lan card. I want this because I don't trust Bochs or any emulator. I will use two computers in os development, one is Developer computer and one is the Testing computer.
The development computer is running Windows or Dos and the Test computer has just the bootsector code ;D, bootloader and simple Hello world OS. The Developer computer will write the newly coded Kernel or whatever to the hard disk of Testing computer and send a command to reboot it.

Hoping for nice answer
Love
Christy
Tim

Re:OS development using serial port, parallel port

Post by Tim »

Install some regular OS on the test computer and use communications software to transfer files. That is, unless you want to put serial port, hard disk and file system code into your boot sector...
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:OS development using serial port, parallel port

Post by Candy »

Tim Robinson wrote: Install some regular OS on the test computer and use communications software to transfer files. That is, unless you want to put serial port, hard disk and file system code into your boot sector...
you could put it in the second stage though, as a sort of network booting over serial cable.
Tim

Re:OS development using serial port, parallel port

Post by Tim »

GRUB will do this -- well, it will do network boot over a network at least.
lets sexx

Re:OS development using serial port, parallel port

Post by lets sexx »

:P :P

Hello Gurus,
Thanks so much for your answer , appreciate them.
I saw another solution, a bios with serial support commucation.

Love,
Christy
Post Reply