Some people just deserve to be shot.and by standard (standard being what the general consensus [can't spell ] does), that will be your destructors list
Basic OS gives errors
- 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: Basic OS gives errors
Re: Basic OS gives errors
and what is that supposed to mean? hahaCombuster wrote:Some people just deserve to be shot.and by standard (standard being what the general consensus [can't spell ] does), that will be your destructors list
Re: Basic OS gives errors
Hi,since I have compiled Bar Bones succesfully
I'd like to give you my suggestion.
1>
It seems nasm-2.06rc1 is one of your folder,I even guees it is one folder of your winXP(am i right?).Actually ,nasm has been containned **WHITIN** cygwin ,use it just typing
2>
En,actually there has been some limite in Cygwin(though it is very good to OS DEV).We kown Cygwin cann't mount a.img file,I mean we cann't mount a loopback device by typing
use a REAL *NUXs instead .
I'd like to give you my suggestion.
1>
Code: Select all
cd nasm-2.06rc1
./nasm -f elf -o ../loader.o ../loader.s
It seems nasm-2.06rc1 is one of your folder,I even guees it is one folder of your winXP(am i right?).Actually ,nasm has been containned **WHITIN** cygwin ,use it just typing
Code: Select all
nasm -f elf -o ... ....
Code: Select all
I am using Cygwin on Windows XP.
Code: Select all
losetup /dev/loop0 (path)/***.img
mount /dev/loop0 /mnt/myfloppy
Love HeLU
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Basic OS gives errors
And by that it means that some people deserve to be shot.xDDunce wrote:and what is that supposed to mean? hahaCombuster wrote:Some people just deserve to be shot.and by standard (standard being what the general consensus [can't spell ] does), that will be your destructors list
*debates whether ESR's smart questions page will help here*
Re: Basic OS gives errors
oh... err.... i kinda intended some sarcasm there. as well as some kind of "are you being sarcastic too?" but i guess it wasn't quite clear... but lets get back on topic.Troy Martin wrote:And by that it means that some people deserve to be shot.xDDunce wrote:
and what is that supposed to mean? haha
*debates whether ESR's smart questions page will help here*
@OP: has any of our suggestions worked?
cheers,
James.