Basic OS gives errors

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.
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: Basic OS gives errors

Post by Combuster »

and by standard (standard being what the general consensus [can't spell :lol: ] does), that will be your destructors list
Some people just deserve to be shot. :(
"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 ]
User avatar
xDDunce
Member
Member
Posts: 173
Joined: Tue Aug 12, 2008 4:04 pm
Contact:

Re: Basic OS gives errors

Post by xDDunce »

Combuster wrote:
and by standard (standard being what the general consensus [can't spell :lol: ] does), that will be your destructors list
Some people just deserve to be shot. :(
and what is that supposed to mean? haha :lol:
User avatar
Helu
Posts: 10
Joined: Mon Feb 11, 2008 8:10 pm
Location: An Hui China

Re: Basic OS gives errors

Post by Helu »

Hi,since I have compiled Bar Bones succesfully :D
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 ...  .... 
2>

Code: Select all

I am using Cygwin on Windows XP.
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

Code: Select all

losetup /dev/loop0 (path)/***.img
mount /dev/loop0 /mnt/myfloppy
use a REAL *NUXs instead . :|
Love HeLU
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Basic OS gives errors

Post by Troy Martin »

xDDunce wrote:
Combuster wrote:
and by standard (standard being what the general consensus [can't spell :lol: ] does), that will be your destructors list
Some people just deserve to be shot. :(
and what is that supposed to mean? haha :lol:
And by that it means that some people deserve to be shot.
*debates whether ESR's smart questions page will help here*
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
xDDunce
Member
Member
Posts: 173
Joined: Tue Aug 12, 2008 4:04 pm
Contact:

Re: Basic OS gives errors

Post by xDDunce »

Troy Martin wrote:
xDDunce wrote:
and what is that supposed to mean? haha :lol:
And by that it means that some people deserve to be shot.
*debates whether ESR's smart questions page will help here*
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.

@OP: has any of our suggestions worked?

cheers,
James.
Post Reply