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
2 Things
2 Things
- 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 >:(
Version:ALPHA BETA, 0.0.1
Currently working on: getting bootloader to actually work >:(
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.
Regards,
John.
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.
I sincerely hope so.Mini wrote:...sum1 plz...
I know C better than English
Regards,
John.
1. Insert a floppy in your computer
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:
5. Wait until it's finish.
6. Test it!
WARNING! Please test it first in a experimental computer, or a Virtual Machine!
I am NOT responsible to errors or damage to your computer!
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
6. Test it!
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
- Combuster
- 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
Get Bochs.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?