The batman Tech Os
The batman Tech Os
i was making a bat man technology and i started with batwave i was gonna pogram trough pda but i didnt
gonne make from scratch with PIC
this is the link to the bat technology http://www.rcgroups.com/forums/showthre ... ost4750865
i need to make a os i have no i dea of how to make one
i am a visual basic 6 programmer
gonne make from scratch with PIC
this is the link to the bat technology http://www.rcgroups.com/forums/showthre ... ost4750865
i need to make a os i have no i dea of how to make one
i am a visual basic 6 programmer
Re:The batman Tech Os
OK, I've just read through half of that thread on rcgroups.com and it looks like you want to write a cool looking interface for your PDA. You don't have to write a whole operating system, there's an easier way:Bladers wrote: this is the link to the bat technology http://www.rcgroups.com/forums/showthre ... ost4750865
i need to make a os i have no i dea of how to make one
i am a visual basic 6 programmer
- download Visual Basic 2005 Express from microsoft.com; VB6 won't do
- get the Windows Mobile SDK from the same source
- install both packages
Re:The batman Tech Os
To quote from your other thread:
Now age may not have anything to do with ability (though of course it does in a general sense), but I have a few tips for before you even start thinking about an OS:
You're 13, you've made a website and built some VB apps and you think you're ready to make a new OS for your PDA (not to mention redesigning said PDA's electronics if you're still thinking of that)?am not a little kid am 13 and am a web disigner and programer and a visual basic programmer i made some games too i can programe in dark basic too
Now age may not have anything to do with ability (though of course it does in a general sense), but I have a few tips for before you even start thinking about an OS:
- Proper grammar and punctuation are a must if you want to be taken seriously.
- Read a lot of background material on how things work, especially in terms of PC (or indeed your chosen PDA's) architecture. Spec documents are usually required reading. This may seem very boring and hard work, but you won't get far on your own without it.
- Don't expect to be able to do this quickly, there are very few hobby OSes (OSs, OS's?) that get far enough to be useful, and the ones that do generally take a lot of time to get there (many years in the general case).
Re:The batman Tech Os
On a less serious note... OMG!
I just finished reading his other thread and it's the best laugh I've had in a while ;D Seriously, kid wants to make everything from Batman up to and including the ice gun and all the cool little gadgets he carries. Seriously, if companies worth millions of pounds haven't made them (either because they can't or because the items aren't worth it) what chance does a 13 year old have? Especially one that has to beg for the extra $3 to make $15 to buy a PIC programmer that he doesn't know how to use.
I just finished reading his other thread and it's the best laugh I've had in a while ;D Seriously, kid wants to make everything from Batman up to and including the ice gun and all the cool little gadgets he carries. Seriously, if companies worth millions of pounds haven't made them (either because they can't or because the items aren't worth it) what chance does a 13 year old have? Especially one that has to beg for the extra $3 to make $15 to buy a PIC programmer that he doesn't know how to use.
Re:The batman Tech Os
i do know how to use pic
am not writing the OS for pda
am writing it for my Batwave
which am gona make from scratch
with a pic microcontroller
am not writing the OS for pda
am writing it for my Batwave
which am gona make from scratch
with a pic microcontroller
Re:The batman Tech Os
I think you have very confused ideas about exactly what you're going to be doing. You are currently saying you want to write an OS for a device that doesn't even exist yet and that you are somehow going to make from scratch. You want to fit stuff in that is in top-of-the-range factory-made PDAs using surface mount technology and custom designed chips, and you want to do all this using a simple PIC chip.
Re:The batman Tech Os
wtf is going on i cant hmm
i cant install nasm i cant run it
it runs then close wtf is going on
i cant install nasm i cant run it
it runs then close wtf is going on
Re:The batman Tech Os
It's a console program.Bladers wrote: wtf is going on i cant hmm
i cant install nasm i cant run it
it runs then close wtf is going on
http://nasm.sourceforge.net/doc/html/nasmdoc2.html
Re:The batman Tech Os
dude i have been trying to assemble a file but i cant cause the nasm dont work i was suppose to enter the code
nasmw h.asm ?o h.bin
nasmw h.asm ?o h.bin
Re:The batman Tech Os
i dont think you f**** understand me the NASM dont F**** work dam if you read closely you could understand it and i dont have to use F***ing cursing words
Re:The batman Tech Os
when i click it it says
"no input file specified"
"Type nasm -h for help"
Then it disappear
"no input file specified"
"Type nasm -h for help"
Then it disappear
Re:The batman Tech Os
Here's an idea, how about you go away, mature for about 10 years and then come back when you've grasped the idea of the proper way to ask for help. Swearing will only get the thread locked and you banned.
Now, if you want to ask that again in an adult manner, while realising that we have lives and don't spend all day refreshing the topic index to answer your questions, then we might be more helpful.
Additionally, I don't particularily like people randomly adding me on MSN without asking first.
Now, if you want to ask that again in an adult manner, while realising that we have lives and don't spend all day refreshing the topic index to answer your questions, then we might be more helpful.
Additionally, I don't particularily like people randomly adding me on MSN without asking first.
Re:The batman Tech Os
Hi,
If you look in front of you, you'll probably see a keyboard. It's used (in conjunction with a command line editor like DOS, a DOS box, BASH, etc) to type in commands.
Using the keyboard (and a command line interpretter), if you type "nasm -h" (or "nasmw -h" if you're using the windows version) you'll get some instructions on how to start NASM. If you type "nasm h.asm ?o h.bin" (or "nasmw h.asm ?o h.bin" if you're using the windows version) then NASM will try to find the source file "h.asm" and convert it into an object file called "h.bin".
If you click on the NASM executable with your mouse pointer, it will start with no command line options and you'll get an error. I can guarantee NASM is working correctly - you wouldn't have got the the error message from it otherwise.
If you can't understand any of this, then I'd suggest learning how to use a computer before trying to write something as complex as an OS. Currently your comments are funny - it's like watching someone trying to do brain surgery who can't figure out how to hold a scapel and ends up cutting themselves.
Cheers,
Brendan
Perhaps you're not experienced enough to understand what "nick8325" meant when he sait "it's a console program"?Bladers wrote:when i click it it says
"no input file specified"
"Type nasm -h for help"
If you look in front of you, you'll probably see a keyboard. It's used (in conjunction with a command line editor like DOS, a DOS box, BASH, etc) to type in commands.
Using the keyboard (and a command line interpretter), if you type "nasm -h" (or "nasmw -h" if you're using the windows version) you'll get some instructions on how to start NASM. If you type "nasm h.asm ?o h.bin" (or "nasmw h.asm ?o h.bin" if you're using the windows version) then NASM will try to find the source file "h.asm" and convert it into an object file called "h.bin".
If you click on the NASM executable with your mouse pointer, it will start with no command line options and you'll get an error. I can guarantee NASM is working correctly - you wouldn't have got the the error message from it otherwise.
If you can't understand any of this, then I'd suggest learning how to use a computer before trying to write something as complex as an OS. Currently your comments are funny - it's like watching someone trying to do brain surgery who can't figure out how to hold a scapel and ends up cutting themselves.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.