CompilerDev?
Re: CompilerDev?
Look: http://miwiki.lyngvig.org/
I pretend to create a Wiki in my host....
Then I have some ideas in create a compiler or a simple EXE maker in Elena :http://forum.osdev.org/viewtopic.php?f=11&t=28322
I pretend to create a Wiki in my host....
Then I have some ideas in create a compiler or a simple EXE maker in Elena :http://forum.osdev.org/viewtopic.php?f=11&t=28322
Re: CompilerDev?
He mentioned, that you need FTP to edit the files.
How to do that?
^^ Excuse me for my bad english, I usually speak german
How to do that?
^^ Excuse me for my bad english, I usually speak german
Re: CompilerDev?
*linker. Just a bit of word to the wise after studying this subject for quite some time and apparently being the only person to ever come to this conclusion, object files are not divided into sections. They are all divided into stubs which have sections. Eg. Most .exe's have 2 stubs; a DOS MZ stub and a PE-COFF stub. The DOS MZ stub has a writable .text section and a .rel.text section. The PE-COFF stub has pretty much the same format as a COFF file, except that there is a 4 byte signature "PE\0\0" before the main header, there's an optional section header after the main header, and if there is an optional header there will be a table of 8-byte data directory entries before the section headers. An ELF file has a single stub, a Mach-O file can have several.Bencz wrote:Look: http://miwiki.lyngvig.org/
I pretend to create a Wiki in my host....
Then I have some ideas in create a compiler or a simple EXE maker in Elena :http://forum.osdev.org/viewtopic.php?f=11&t=28322
This is pretty much how I've been designing my linker to work with object files, and it's definitely much cleaner. Especially if you may be considering fat binary formats in the future.
Re: CompilerDev?
There's now a working MediaWiki running under the domain http://www.compdev.net.
Re: CompilerDev?
Now, it's time to add things jeje.Columbus wrote:There's now a working MediaWiki running under the domain http://www.compdev.net.
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Re: CompilerDev?
If someone could add me to the whitelist, I would like to add some info to the compdev site. I've fiddled around with some obscure Irix development software before and had my nose in a few manuals, so I know a few useful things that you can't find on wiki.
Re: CompilerDev?
Do you see we just created another geeky *deving community?DaemonR wrote:If someone could add me to the whitelist, I would like to add some info to the compdev site. I've fiddled around with some obscure Irix development software before and had my nose in a few manuals, so I know a few useful things that you can't find on wiki.
Happy New Code!
Hello World in Brainfuck :[/size]
Hello World in Brainfuck :
Code: Select all
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
Re: CompilerDev?
Lol. I just realized by the way that this wiki isn't locked like the osdev one, so I wrote a new page about object files.KemyLand wrote:Do you see we just created another geeky *deving community?DaemonR wrote:If someone could add me to the whitelist, I would like to add some info to the compdev site. I've fiddled around with some obscure Irix development software before and had my nose in a few manuals, so I know a few useful things that you can't find on wiki.
- Combuster
- 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: CompilerDev?
I see you haven't followed the instructions yet.DaemonR wrote:locked like the osdev one
Re: CompilerDev?
I read it. I just haven't gotten around to bothering any moderators about getting editing privileges.Combuster wrote:I see you haven't followed the instructions yet.DaemonR wrote:locked like the osdev one
Re: CompilerDev?
Yep - you haven't read the instructions (fully). Short attention span?
Re: CompilerDev?
Now you see it, now you don't. That didn't last long.Columbus wrote:There's now a working MediaWiki running under the domain http://www.compdev.net.
Re: CompilerDev?
Alright, who's the wise-guy?! I didn't spend an hour and a half writing an article for it to be replaced with some dumbass calculator.iansjack wrote:Now you see it, now you don't. That didn't last long.Columbus wrote:There's now a working MediaWiki running under the domain http://www.compdev.net.