2 Things

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
Mini
Posts: 18
Joined: Mon Apr 30, 2007 6:29 pm
Contact:

2 Things

Post by Mini »

1.
Ok, ive been following a ASM OS Dev tute and I now have two files:
-loader.bin
-kernel.bin
What do I do with them? I have a floppy, how do I test it on it?
2.
My test pc wont be here for a while so could sum1 plz test my FART OS(dont ask) on their Virtual Machine?


Thnx in advance,

~Mini
Attachments
kernel.zip
FART OS
(1.12 KiB) Downloaded 25 times
===RygnorkOS Progress===
Version:ALPHA BETA, 0.0.1
Currently working on: getting bootloader to actually work >:(
jnc100
Member
Member
Posts: 775
Joined: Mon Apr 09, 2007 12:10 pm
Location: London, UK
Contact:

Post by jnc100 »

Loader.bin goes to the boot sector of your floppy (sector 0). Please don't try and install it to the hard drive of your system.

Kernel.bin goes wherever you have programmed loader.bin to load it from.

I will not attempt to test it because 1) I don't know where you expect kernel.bin to go, and 2) your loader.bin does not end in 0xaa55.

Mini wrote:...sum1 plz...
I know C better than English
I sincerely hope so.

Regards,
John.
cooldude
Posts: 5
Joined: Wed Mar 21, 2007 1:37 pm

Post by cooldude »

1. Insert a floppy in your computer :P
2. Copy kernel.bin into your floppy with Explorer.
3. Download rawrite.exe and move this program into the folder, where your have the loader.bin and kernel.bin files in.
4. open up a command prompt and change the directory into the folder where your have the loader.bin and kernel.bin files in.
5. type this in:

Code: Select all

rawrite loader.bin A
5. Wait until it's finish.
6. Test it! :wink:
:!: WARNING! Please test it first in a experimental computer, or a Virtual Machine!
I am NOT responsible to errors or damage to your computer!
Attachments
rawrite.zip
Rawrite
(8.13 KiB) Downloaded 47 times
Mini
Posts: 18
Joined: Mon Apr 30, 2007 6:29 pm
Contact:

Post by Mini »

ok found were it loads from:

cylinder: 0
sector: 2
head: 0
===RygnorkOS Progress===
Version:ALPHA BETA, 0.0.1
Currently working on: getting bootloader to actually work >:(
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: 2 Things

Post by Combuster »

Mini wrote:My test pc wont be here for a while so could sum1 plz test my FART OS(dont ask) on their Virtual Machine?
Get Bochs.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply