amd64 port
Peter Hessler
phessler at theapt.org
Tue Apr 24 16:17:07 PDT 2007
On 2007 Apr 24 (Tue) at 00:25:35 +0300 (+0300), Constantine Kousoulos wrote:
:Peter Hessler wrote:
:> : Are there any differences between OpenBSD/amd64 and NetBSD/amd64?
:>
:> There are plenty of differences. OpenBSD/amd64 behaves quite
:> similarly to OpenBSD on other platforms. While I have not used it, I
:> believe NetBSD/amd64 behaves similarly to NetBSD on other platforms.
:>
:> What specifically are you asking about?
:>
:
:I am mainly interested about the interfaces. Are they the same with
:NetBSD but with enhanced security or are they completely different? If
:the second is true, on what basis did they change? Just to strengthen
:the overall security? I am a little familiar with the NetBSD/amd64 arch
:and i think it could help me learn more about the OpenBSD/amd64 arch if
:i compared the two of them.
NetBSD and OpenBSD share some history, and share some source code, but
the kernels are not 1:1 compatible with each other. There are too
many changes to list. The kernel interfaces vary from exactly the
same, to slightly different, to completely and utterly different.
In OpenBSD, Interfaces attempt to be platform independent (little-endian
scsi raid cards on macppc for example), and only things that are device
specific are specific to each port (such as northbridges).
:If i am asking something that is already written, please forgive my
:questions and direct me to the appropriate documents. In any case, i am
:a total noob at OpenBSD so excuse me if i ask naive questions. :)
You should check out the OpenBSD web pages at http://openbsd.org as
those describe the project goals and theories.
If you want to look at the actual interfaces, look at the man pages and
source code. If your system doesn't have those, they are online at
http://www.openbsd.org/cgi-bin/man.cgi and
http://www.openbsd.org/cgi-bin/cvsweb/ respectively.
:
:
:Thanks,
:Constantine
--
Two wrongs don't make a right, but three lefts do.
More information about the Openbsd-newbies
mailing list