Page 5 of 8
Re: Dont care
Posted: Sat Nov 15, 2008 8:50 pm
by cotton509
i dont get it this is the code i am using
/code global loader
extern kmain
MODULEALIGN equ 1<<0
MEMINFO equ 1<<1
FLAGS equ MODULEALIGN | MEMINFO
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
section .text
align 4
MultiBootHeader:
dd MAGIC
dd FLAGS
dd CHECKSUM
; reserve initial kernel stack space
STACKSIZE equ 0x4000
loader:
mov esp, stack+STACKSIZE
push eax
push ebx
call kmain
hlt
section .bss
align 32
stack:
resb STACKSIZE
/code
Re: Dont care
Posted: Sat Nov 15, 2008 8:51 pm
by lollynoob
What don't you get? Also you haven't shown me compiler.h or nasm.c yet. Take a screenshot of them and attach it, if you say they exist.
Re: Dont care
Posted: Sat Nov 15, 2008 8:52 pm
by Troy Martin
Code tags work like this:
Code: Select all
[code]code code code
code code
code
code code code
code code code code
code code
code
[/code]
Indentation is preserved.
Re: Dont care
Posted: Sat Nov 15, 2008 8:54 pm
by cotton509
proof
Re: Dont care
Posted: Sat Nov 15, 2008 8:55 pm
by cotton509
is that good?
Re: Dont care
Posted: Sat Nov 15, 2008 8:55 pm
by lollynoob
Hahaha you're a dumb *******, you downloaded nasm's source code, not the nasm executable.
Re: Dont care
Posted: Sat Nov 15, 2008 8:56 pm
by cotton509
dont swear you broke a fourm rule and next time tell me that ugh.
Re: Dont care
Posted: Sat Nov 15, 2008 8:58 pm
by lollynoob
Don't tell me what to do; besides, I was being informative. You need to download the nasm executable to assemble code. I called you a dumb fucker because I thought that was obvious. If you can't handle certain arbitrary words, then maybe you don't need to be on the computer past your bedtime.
Re: Dont care
Posted: Sat Nov 15, 2008 9:00 pm
by Troy Martin
Rule #7, sentence five: Trolls should live underground without internet.
Lollynoob is a troll, so theoretically he should be underground without internet. He's not, so it that breaking the rules? Yes. But nobody cares.
(That probably was better in my head.)
Re: Dont care
Posted: Sat Nov 15, 2008 9:02 pm
by neon
dont swear you broke a fourm rule and next time tell me that ugh.
You already broke several.
Get the NASM Win32 binaries from
here (Clicky). It comes with nasm.exe so you do not need to build it.
Re: Dont care
Posted: Sat Nov 15, 2008 9:02 pm
by cotton509
i got the latest release man its simple thanks fior leting me know.
Re: Dont care
Posted: Sat Nov 15, 2008 9:03 pm
by cotton509
Troy Martin wrote:Rule #7, sentence five: Trolls should live underground without internet.
Lollynoob is a troll, so theoretically he should be underground without internet. He's not, so it that breaking the rules? Yes. But nobody cares.
(That probably was better in my head.)
ok dam he can get anaywith it he is a troll with a proxy
Re: Dont care
Posted: Sat Nov 15, 2008 9:03 pm
by lollynoob
How am I a troll? I'm certainly offensive, but a troll is someone who says what they do for the sole reason of being disruptive; trolls don't think about their posting, or put anything of value into what they post. I, however, fully support what I post; I might be offensive about saying it, but I often have a valid point.
I'm thinking you're mommy just doesn't like you reading naughty words on the internet though, so your only retort is "TROLL, TROLL, GET UNDER A BRIDGE LOL aren't i clever heh."
Regardless, let's get back on topic. Now that you know to download the nasm executable, what other help do you need, cotton?
Re: Dont care
Posted: Sat Nov 15, 2008 9:04 pm
by neon
No worries as long as you got the binaries
Re: Dont care
Posted: Sat Nov 15, 2008 9:04 pm
by cotton509
My problem know is unable to open file dose it have to have the exstention .asm?