OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 2:39 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 14, 2014 8:19 am 
Offline

Joined: Sat Sep 13, 2014 2:26 am
Posts: 18
Ok, no problem.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 14, 2014 8:30 am 
Offline
Member
Member

Joined: Tue Nov 09, 2010 12:03 pm
Posts: 27
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


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 14, 2014 9:09 am 
Offline

Joined: Sat Sep 13, 2014 2:26 am
Posts: 18
He mentioned, that you need FTP to edit the files.
How to do that?

^^ Excuse me for my bad english, I usually speak german


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 14, 2014 9:23 am 
Offline
Member
Member

Joined: Tue Nov 09, 2010 12:03 pm
Posts: 27
I use FTP driver...

http://www.webdrive.com/


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 14, 2014 10:10 am 
Offline
Member
Member
User avatar

Joined: Wed Jul 30, 2014 1:05 am
Posts: 153
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


*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.

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.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 16, 2014 1:16 pm 
Offline

Joined: Sat Sep 13, 2014 2:26 am
Posts: 18
There's now a working MediaWiki running under the domain http://www.compdev.net.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 16, 2014 1:21 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 16, 2014 5:33 pm
Posts: 213
Location: Costa Rica
Columbus wrote:
There's now a working MediaWiki running under the domain http://www.compdev.net.


Now, it's time to add things jeje.

_________________
Happy New Code!
Hello World in Brainfuck :D:
Code:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 16, 2014 2:16 pm 
Offline
Member
Member
User avatar

Joined: Wed Jul 30, 2014 1:05 am
Posts: 153
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.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 16, 2014 9:50 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 16, 2014 5:33 pm
Posts: 213
Location: Costa Rica
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.


Do you see we just created another geeky *deving community?

_________________
Happy New Code!
Hello World in Brainfuck :D:
Code:
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 16, 2014 10:05 pm 
Offline
Member
Member
User avatar

Joined: Wed Jul 30, 2014 1:05 am
Posts: 153
KemyLand wrote:
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.


Do you see we just created another geeky *deving community?


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.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Wed Sep 17, 2014 7:43 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
DaemonR wrote:
locked like the osdev one
I see you haven't followed the instructions yet.

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Wed Sep 17, 2014 12:26 pm 
Offline
Member
Member
User avatar

Joined: Wed Jul 30, 2014 1:05 am
Posts: 153
Combuster wrote:
DaemonR wrote:
locked like the osdev one
I see you haven't followed the instructions yet.


I read it. I just haven't gotten around to bothering any moderators about getting editing privileges.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Wed Sep 17, 2014 1:18 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Yep - you haven't read the instructions (fully). Short attention span?


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Sun Sep 28, 2014 2:48 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Columbus wrote:
There's now a working MediaWiki running under the domain http://www.compdev.net.


Now you see it, now you don't. That didn't last long.


Top
 Profile  
 
 Post subject: Re: CompilerDev?
PostPosted: Tue Sep 30, 2014 1:27 am 
Offline
Member
Member
User avatar

Joined: Wed Jul 30, 2014 1:05 am
Posts: 153
iansjack wrote:
Columbus wrote:
There's now a working MediaWiki running under the domain http://www.compdev.net.


Now you see it, now you don't. That didn't last long.


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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 118 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 35 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group