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.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

ok i am geting gcc for windows and i am geting ld fow ewindows then starting a hello world kernal and more. we are movuing to slow faster faster.
User avatar
lollynoob
Member
Member
Posts: 150
Joined: Sun Oct 14, 2007 11:49 am

Re: Dont care

Post by lollynoob »

Actually, I think it looks pretty cool in code tags :P
Lol yeah, I thought the same; I might have just gotten used to monospaced text after looking at notepad++ for so long, that it's become aesthetically pleasing, though.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

oki dont get it but whl cares.
User avatar
lollynoob
Member
Member
Posts: 150
Joined: Sun Oct 14, 2007 11:49 am

Re: Dont care

Post by lollynoob »

You might not want GCC for windows; if you're downloading MinGW, you're doing the wrong thing. If you're using Cygwin, however, that's the correct thing to do.
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 »

lollynoob wrote:
Actually, I think it looks pretty cool in code tags :P
Lol yeah, I thought the same; I might have just gotten used to monospaced text after looking at notepad++ for so long, that it's become aesthetically pleasing, though.
Same here, but with MSVC.

@cotton: We're moving too slow? It seems to me we're moving too fast for you. We spent, like, three pages telling you how to use nasm.
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
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

i but its easy i had the source not the program
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

i hope this post dosent get locked its heltping i am trying to get gcc to work i am sorta and know the kernal is needed.
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 »

Bare bones
Read it over a few more times. And don't tell me about how many times you've been sent to that link.
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 »

If your post doesn't contain a question, or isn't clarifying anything, then it's not worth posting. Try to write in complete sentences with correct capitalization and punctuation as well, so people understand what you mean.
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

ok i am ading video card and ram detection to my kernal its in asm. If you want the files for your kernals i will upload them and give the source to you.
http://www.superfrink.net/athenaeum/OS- ... ine_memory
http://www.superfrink.net/athenaeum/OS- ... ext_screen
and now how to enable a02
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

ok i am working on the gcc and i got ram enambled feature so i can use all my ram aka i have a unlimited amount thanks to this comand alows me to by enabling a02 bus.
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Re: Dont care

Post by neon »

ok i am working on the gcc and i got ram enambled feature so i can use all my ram aka i have a unlimited amount thanks to this comand alows me to by enabling a02 bus.
a20 is not a bus, its the 20th address line on the address bus. Also, it does not give you "unlimited ram", it only enables access above the 1MB physical address mark.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

wait how do i build gcc i can do it on windows now but how?
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

ok i am compileing the gcc proram and i am going to start working on the kernal
cotton509
Member
Member
Posts: 91
Joined: Mon Nov 10, 2008 8:08 pm

Re: Dont care

Post by cotton509 »

i cant get gcc because to confusing
Locked