Page 1 of 1

building a OS

Posted: Tue Sep 25, 2007 1:31 pm
by zonas
i want to build a simlp Unix like OS like Linux i want to build it in asm but what asm is the best to build a OS in i am runing Linux(Mandriva2008rc2)... my OS will have a Kernel call zxKernel and a simpl text based user interface edit: my homepage for more info about zxkernel http://www.jonasogco.vapnet.dk

Posted: Tue Sep 25, 2007 1:55 pm
by neon
I personally recommend NASM...It supports more output formats then TASM and MASM, it also uses a nice syntax that tends to be "easier" to work with.

*edit: I clicked your link, but all I got was a blank white page...

Posted: Tue Sep 25, 2007 1:59 pm
by zonas
the site works now but need more work

Posted: Tue Sep 25, 2007 2:17 pm
by Brynet-Inc
zonas wrote:the site works now but need more work
Really? 8)

Code: Select all

src="file:///C:/Documents%20and%20Settings/Jonas%20Emil%20Sommer/Skrivebord/site/img/zxkernel.PNG"
That doesn't look right.. ;) :lol:

Posted: Tue Sep 25, 2007 2:39 pm
by zonas
it works fine now

Posted: Tue Sep 25, 2007 2:44 pm
by neon
...Still does not work for me.

Posted: Tue Sep 25, 2007 2:47 pm
by Craze Frog
It seems to work here.

Posted: Tue Sep 25, 2007 3:18 pm
by neon
Craze Frog wrote:It seems to work here.
Hmm... For mw, I just get a blank white page (Firefox 2.0.0.7)

I see... It seems to work in IE 7, but not firefox...

Posted: Tue Sep 25, 2007 3:30 pm
by Brynet-Inc
neon wrote:
Craze Frog wrote:It seems to work here.
Hmm... For mw, I just get a blank white page (Firefox 2.0.0.7)

I see... It seems to work in IE 7, but not firefox...
It has that fugly Web2.0 look.. but it works fine in Firefox 2.0.0.6 on OpenBSD..

One thing I noticed though, Apache virtual hosts aren't configured properly..

Without the "www." prefix it loads a different page ;)

Re: building a OS

Posted: Tue Sep 25, 2007 4:03 pm
by vhg119
zonas wrote:i want to build a simlp Unix like OS like Linux i want to build it in asm but what asm is the best to build a OS in i am runing Linux(Mandriva2008rc2)... my OS will have a Kernel call zxKernel and a simpl text based user interface edit: my homepage for more info about zxkernel http://www.jonasogco.vapnet.dk
I recommend GNU AS. That way you won't get shocked when you have to write some inline assembly for GCC.

Posted: Tue Sep 25, 2007 4:06 pm
by vhg119
I'd also advise you to start using periods and commas. Punctuation does a lot for readability.

Posted: Wed Sep 26, 2007 1:18 am
by JamesM
I'd point you towards NASM, because it uses intel syntax and is thus actually human-readable. And I also concur with the punctuation statement.

Posted: Wed Sep 26, 2007 1:05 pm
by zonas