Dont care

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: Dont care

Post by 01000101 »

normally I would go off on a rant about how you 'can' start without any previous programming experience and pick things up along the way... but in this case, I think I will hold my tongue.

Cotton, you have shown us that you are not only unprepared for OS development, but do not even possess a rudimentary knowledge of how programs/compilers/linkers/computers work. In fact, I think you should wait on the programming bits, and learn basic internet manners and how to ask smart questions. If you can not ask smart questions or do research on your own, you will never be prepared for OS development... or any complex software development for that matter.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

so i use the compiler comand.
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Dont care

Post by neon »

so i use the compiler comand.
Please rephrase the above.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
lollynoob
Member
Member
Posts: 150
Joined: Sun Oct 14, 2007 11:49 am

Re: Dont care

Post by lollynoob »

so i use the compiler comand.
What does this mean?

Edit: Write your posts like you're writing a formal essay, if it helps.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

Ok because of requests the compiler comand mean useing cmd to tel compiler.h to compile a spicific code. The code is the multi boot loader witch will alow me to use my kernal with amost any boot loader. Nasm won't compile. I am willing to compile the code. When a beta is finished i will realese it here for your reviews. It will hopfuly support c++ programes once librarys are wrote for it. The kernal will also support detecting the ram. With detecting the ram we need more we need to detect the video card type.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Dont care

Post by pcmattman »

You have absolutely no idea... I give up.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Dont care

Post by Troy Martin »

Alright, I've been incredibly nice, even for me, up until now.

Go learn some assembly, brush up on your English, and come back later.

Oh, and IMHO, batch files really don't count as programming. The only uses that I can think of and are somewhat useful are two things: build scripts and fork bombs (great party prank!) And BTW, I'm working on a way to kill fork bombs, rendering them completely dead.
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
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Dont care

Post by neon »

Ok because of requests the compiler comand mean useing cmd to tel compiler.h to compile a spicific code.
Rephrase the above--it makes no sense.
The code is the multi boot loader witch will alow me to use my kernal with amost any boot loader. Nasm won't compile.
"Multi boot loader" does not exist. I think you mean to say "Multi-boot compliant boot loader" (Meaning it is compliant with the multi-boot specification), which is still wrong because the tutorial does not teach how to write a boot loader... it uses GRUB.

Also, you dont compile NASM. The source code supplied to NASM is assembled not compiled. And if it does not work, post your errors.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
lollynoob
Member
Member
Posts: 150
Joined: Sun Oct 14, 2007 11:49 am

Re: Dont care

Post by lollynoob »

Ok because of requests the compiler comand mean useing cmd to tel compiler.h to compile a spicific code.
Compiler.h? A specific code? Cmd? Use understandable terms. There is no "compiler.h," and a "specific code" doesn't mean anything.
The code is the multi boot loader witch will alow me to use my kernal with amost any boot loader.
Why are you compiling a "multi-boot loader"? I thought you were working on a kernel.
Nasm won't compile.
Why are you compiling nasm? If you mean it's not "compiling" (it's actually assembling) your code, post the error you get, word-for-word.
I am willing to compile the code.
What does this mean? Why do we need to know this?
When a beta is finished i will realese it here for your reviews.
I doubt you'll ever get to an alpha stage, with the lack of self-motivation you've shown so far.
It will hopfuly support c++ programes once librarys are wrote for it. The kernal will also support detecting the ram. With detecting the ram we need more we need to detect the video card type.
Make a kernel, don't post about your pipe dreams.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

Troy Martin wrote:Alright, I've been incredibly nice, even for me, up until now.

Go learn some assembly, brush up on your English, and come back later.

Oh, and IMHO, batch files really don't count as programming. The only uses that I can think of and are somewhat useful are two things: build scripts and fork bombs (great party prank!) And BTW, I'm working on a way to kill fork bombs, rendering them completely dead.


i speak english fine i may not have the best spelling but i still and i meant the multi boot compliant code for all kinds of boots loaders.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Dont care

Post by Troy Martin »

Ahhh, you mean the multiboot header for GRUB! That's fairly simple, and also in Bare bones.
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
lollynoob
Member
Member
Posts: 150
Joined: Sun Oct 14, 2007 11:49 am

Re: Dont care

Post by lollynoob »

i speak english fine i may not have the best spelling but i still and i meant the multi boot compliant code for all kinds of boots loaders.
Write a proper sentence. If you can do that, I'll help you (This is an example of a proper sentence).
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Dont care

Post by neon »

i speak english fine i may not have the best spelling but i still and i meant the multi boot compliant code for all kinds of boots loaders.
Not all bootloaders support the multi boot specification which is why it is important to understand what "multi boot compliant" means.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: Dont care

Post by VolTeK »

google is jesus, yeah i look up everything on google.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Dont care

Post by Troy Martin »

neon wrote:Not all bootloaders support the multi boot specification which is why it is important to understand what "multi boot compliant" means.
True. GRUB is the major multiboot loader out there. IIRC, ntldr is as well.

[offtopic]I've created a new acronym thanks to these topics: ROTFLMAOOLUABBQ! (Rolling on the floor laughing my @$$ off out loud under a barbecue. Because adding BBQ to an acronym makes it weirder.[/offtopic]
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
Locked