Re: aarch64 assembly "hello world"

2025-03-15 Thread jbranso
March 14, 2025 at 5:41 AM, "Computer Planet" mailto:open...@cpnetserver.net?to=%22Computer%20Planet%22%20%3Copenbsd%40cpnetserver.net%3E > wrote: > > Hi guys! > Please, could someone tell me how to print a very simple "Hello, world!" in > assembly for a

Re: aarch64 assembly "hello world"

2025-03-15 Thread Stuart Henderson
On 2025-03-14, jbra...@dismail.de wrote: > March 14, 2025 at 5:41 AM, "Computer Planet" mailto:open...@cpnetserver.net?to=%22Computer%20Planet%22%20%3Copenbsd%40cpnetserver.net%3E > > wrote: > > > >> >> Hi guys! >> Please, could someone tell me

Re: aarch64 assembly "hello world"

2025-03-15 Thread Janne Johansson
Mar 14, 2025 at 12:50:27PM +, jbra...@dismail.de wrote: > > > > > > > > > > > March 14, 2025 at 5:41 AM, "Computer Planet" > > > mailto:open...@cpnetserver.net?to=%22Computer%20Planet%22%20%3Copenbsd%40cpnetserver.net%3E > > > &g

Re: aarch64 assembly "hello world"

2025-03-14 Thread Otto Moerbeek
; Please, could someone tell me how to print a very simple "Hello, world!" in > > assembly for aarch64? > > Thanks for reply. > > > https://peterdn.com/post/2020/08/22/hello-world-in-arm64-assembly/ > This won't work. OpenBSD uses a different ABI than Linux. -Otto

Re: aarch64 assembly "hello world"

2025-03-14 Thread Janne Johansson
s to build it into a valid ELF file with all the magics in it so it actually starts. Running clang with -v shows all flags used at the assembly and linking steps: $ cc -v -O2 -pipe -o hello hello2.s OpenBSD clang version 16.0.6 Target: aarch64-unknown-openbsd7.7 Thread model: posix InstalledDir:

Re: aarch64 assembly "hello world"

2025-03-14 Thread Stephen Wiley
:open...@cpnetserver.net?to=%22Computer%20Planet%22%20%3Copenbsd%40cpnetserver.net%3E > > > > wrote: > > > > > > > > > > > > > > > Hi guys! > > > Please, could someone tell me how to print a very simple "Hell

Re: aarch64 assembly "hello world"

2025-03-14 Thread jbranso
t" > mailto:open...@cpnetserver.net?to=%22Computer%20Planet%22%20%3Copenbsd%40cpnetserver.net%3E > > > wrote: > > > > > > > > > > Hi guys! > > Please, could someone tell me how to print a very simple "Hello, world!" > >

Hello Folks Im in Brussles for the evening if anyone wants to meet up

2022-06-17 Thread Tom Smyth
Hello Folks Im in Brussles for the evening if anyone wants to meet up -- Kindest regards, Tom Smyth.

Re: Hello

2016-06-16 Thread outro pessoa
Now, some would call this -and have -off-topic noise; but, there is a reason for this post. Some of you do not think before responding to a post. The words that you choose need to be diplomatic and honest when you doubt another person's intention and/or reason for that person's reply. Your communi

Re: Hello

2016-06-16 Thread outro pessoa
Why is this spam, sir? 2016-06-14 13:27 GMT-04:00 Matthias Apitz : > > s > Save to mailbox ('?' for list): SPAM > > -- > Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ > +49-176-38902045 > "Die Verkaufsschlager des Buchmarkts geben Auskunft über den Zustand einer > Gesell

Hello

2016-06-16 Thread outro pessoa
Seeing that you have quoted me from another email that I sent, my decision is to inquire you on different topics. Is the cognitive process the same for all members of the human species? By which method(s) does the human animal learn? By observation, each culture within an area has its own standards

Re: Hello

2016-06-16 Thread Joe Nosay
Why would this be spam, sir? 2016-06-14 13:27 GMT-04:00 Matthias Apitz : > > s > Save to mailbox ('?' for list): SPAM > > -- > Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ > +49-176-38902045 > "Die Verkaufsschlager des Buchmarkts geben Auskunft über den Zustand einer >

Re: HEllo - static rthread bug

2013-03-15 Thread sven falempin
On Thu, Mar 14, 2013 at 1:21 PM, Ted Unangst wrote: > On Tue, Mar 05, 2013 at 22:18, Ted Unangst wrote: > > On Mon, Mar 04, 2013 at 17:46, sven falempin wrote: > >> Dear misc readers, > >> > >> I have a home small c++ program, i used it for a while with no fuss and > use > >> the -static on my co

Re: HEllo - static rthread bug

2013-03-14 Thread Ted Unangst
On Tue, Mar 05, 2013 at 22:18, Ted Unangst wrote: > On Mon, Mar 04, 2013 at 17:46, sven falempin wrote: >> Dear misc readers, >> >> I have a home small c++ program, i used it for a while with no fuss and use >> the -static on my command line. > >> Today i correct a 'feature' in the program (like d

Re: HEllo - static rthread bug

2013-03-05 Thread Ted Unangst
On Mon, Mar 04, 2013 at 17:46, sven falempin wrote: > Dear misc readers, > > I have a home small c++ program, i used it for a while with no fuss and use > the -static on my command line. > Today i correct a 'feature' in the program (like deep inside), pass unit > test and then rebuilt the all jus

Re: hello I have question for openssh !

2012-06-26 Thread Darren Tucker
On Mon, Jun 25, 2012 at 9:52 PM, Tomasz Marszal wrote: [...] > Does it prevent man in the middle attack ? The RSA key exchange method? Yes, the last step is that the server signs a bunch of things including the shared secret and the ephemeral server key with the server's host key, which an MITM

Re: hello I have question for openssh !

2012-06-25 Thread Tomasz Marszal
> Actually it doesn't. You're talking about different things: he's > asking about RSA key exchange (ie how the client and server arrive at > a shared secret, ie http://www.ietf.org/rfc/rfc4432.txt), but you're > talking about RSA host key algorithms (ie how the server proves it is > who you think

Re: hello I have question for openssh !

2012-06-21 Thread Darren Tucker
On Thu, Jun 21, 2012 at 5:41 PM, Chris Cappuccio wrote: > ??? [hohoho...@dreamsecurity.com] wrote: > >> I have question for openssh >> >> SSH server with RSA key exchange? >> I need to look for a free ssh server that accepts RSA key exchange instead of diffie-hellman. > > openssh supports both

Re: hello I have question for openssh !

2012-06-21 Thread Chris Cappuccio
??? [hohoho...@dreamsecurity.com] wrote: > I have question for openssh > > SSH server with RSA key exchange? > I need to look for a free ssh server that accepts RSA key exchange instead of > diffie-hellman. openssh supports both read the sshd_config man page for details

hello I have question for openssh !

2012-06-21 Thread 오은경
Hello, My name is Eun-Kyung Oh live in Korea. I have question for openssh SSH server with RSA key exchange? I need to look for a free ssh server that accepts RSA key exchange instead of diffie-hellman. I want your help ¡¦. Have nice day

Re: Hello

2012-06-17 Thread STeve Andre'
On 06/17/12 03:53, Favour Andrew wrote: Hello Dear! I wish you a good day; I looked through your profile at web page and decided to write you a message to inform you that I am interested in knowing more about you. I'm sure that you are very intelligent and nice looking person. It would be

Hello Dearest

2011-06-16 Thread Morgan Rose
Good day to you Dear, My name is Miss Rose, i saw your profile today,i decided to contact you base on your searching, if you wouldn't mind,i will be so happy for you to contact me directily through this email addresss ( r.morga...@yahoo.com ),so we can discuss according to your details to what you

HELLO

2011-04-07 Thread Anita Abdul
I am writing this letter out of a genuine desperation to find a reliable partner in an unfolding transaction. I seek your help and genuine co-operation to our mutual benefit and I believe that you will not letdown the trust and confidence I am about to repose on you. I am Anita, Purchasing Manag

hello!!!

2011-03-29 Thread test
Hello GUYS!!! I just found a website where you can buy a MacBook for $400 an iPhone for $100 and a blackberry for $90. They have so many great things. They give a free item that you get to chose with every purchase. You have got to see this. Go to: http://electronicbolt.com/

Hello Misc

2010-12-08 Thread g...@gno.org
This is a message saying hello to everybody on this list

Hello

2010-07-12 Thread David Zhou
- This mail is in HTML. Some elements may be ommited in plain text. - I have a good business proposal to share with you. Thanks and Regards.

Hello My Dear N!

2010-04-23 Thread Silvia Johnson
Hello my new friend my name is Silvia. I will like us to be of good friends. You can send an email and tell me of yourself my email id is . silvia8john...@yahoo.com &nbs p; . i will send you my picture in next mail. Have a nice day. Silvia.

Re: Hello

2010-04-09 Thread Miss Andre Polanski
Hello I am Miss Andre Polanski A Russian working with a CHEMICAL CO. We supply to the industries here in UK. A chemical used for the purification of rough diamonds and precious stones. This chemical is in high demand here in UK and I found it very cheap in Asia precisely Malaysia. it is

Hello

2009-07-09 Thread Wayne M. Scace
*Hello, I've no problem, as of yet. This email is just to jump in and say "hello" to the list. I'm a newbie to OpenBSD, but not to BSD as I've tinkered with FreeBSD Since the fall of 2000. Sincerely and Respectfully Yours, Wayne M. Scace *

Re: hello whiners and crybabies

2009-04-03 Thread bofh
I'm just not sure how you managed to inteprete openbsd to be a democracy though. Was there a flag on the front lawn saying this here is a democratic country? Shouldn't people who are interested in governance, like, you know, go find out what the current governance structure is, before speaking ou

Re: hello whiners and crybabies

2009-04-03 Thread Luis F Urrea
Maybe Redshift's logic is that democratic mechanisms enable the community to adapt as members learn how to interpret leadership and authority. Suppressing such mechanisms may not be digestible enough up front. And I don't know if I am the only one, but I sense a smell of indigestion in the air.

Re: hello whiners and crybabies

2009-04-03 Thread Nick Guenther
On Fri, Apr 3, 2009 at 12:24 PM, kytoon wrote: > hello whiners and crybabies, > > you people make me sick. theo has a right to run obsd anyway he wants. why? > he runs the project! don't like that? start coding. because that's the only > thing that matters. you know, li

Re: hello whiners and crybabies

2009-04-03 Thread Tony Abernethy
Marco Peereboom wrote: > > On Fri, Apr 03, 2009 at 07:04:28PM +0200, RedShift wrote: > > Just because they (the openbsd team) give it away for free, > people aren't allowed to voice their opinions on it? OpenBSD > has its shortcomings, you cannot deny that, and people will > always complain abo

Re: hello whiners and crybabies

2009-04-03 Thread Luis F Urrea
In short this is just the selected governance model, whether we like it or not, and so far it has produced results, so the old saying goes "if its not broken, don't try to fix it" but certainly there are other governance models

Re: hello whiners and crybabies

2009-04-03 Thread Marco Peereboom
On Fri, Apr 03, 2009 at 07:04:28PM +0200, RedShift wrote: > Just because they (the openbsd team) give it away for free, people aren't > allowed to voice their opinions on it? OpenBSD has its shortcomings, you > cannot deny that, and people will always complain about those. Saying "write > it you

Re: hello whiners and crybabies

2009-04-03 Thread Stuart VanZee
> From: RedShift > Sent: Friday, April 03, 2009 1:04 PM > To: misc@openbsd.org > Subject: Re: hello whiners and crybabies > > > kytoon wrote: > > hello whiners and crybabies, > > > > you people make me sick. theo has a right to run obsd > anyway he wants

Re: hello whiners and crybabies

2009-04-03 Thread bofh
On Fri, Apr 3, 2009 at 1:17 PM, Bret S. Lambert wrote: > On Fri, Apr 03, 2009 at 07:04:28PM +0200, RedShift wrote: >> Just because they (the openbsd team) give it away for free, people aren't allowed to voice their opinions on it? OpenBSD has its shortcomings, you cannot deny that, and people will

Re: hello whiners and crybabies

2009-04-03 Thread Bret S. Lambert
On Fri, Apr 03, 2009 at 07:04:28PM +0200, RedShift wrote: > kytoon wrote: >> hello whiners and crybabies, >> >> you people make me sick. theo has a right to run obsd anyway he wants. >> why? he runs the project! don't like that? start coding. because that's

Re: hello whiners and crybabies

2009-04-03 Thread RedShift
kytoon wrote: hello whiners and crybabies, you people make me sick. theo has a right to run obsd anyway he wants. why? he runs the project! don't like that? start coding. because that's the only thing that matters. you know, like you got anything going on in there? oh, that&#x

hello whiners and crybabies

2009-04-03 Thread kytoon
hello whiners and crybabies, you people make me sick. theo has a right to run obsd anyway he wants. why? he runs the project! don't like that? start coding. because that's the only thing that matters. you know, like you got anything going on in there? oh, that's right. you

Re: Hello! A slightly more in-depth discussion of how I managed to get assembly working under NetBSD:

2008-07-25 Thread Jesus Sanchez
Marc Tooley escribis: Chapter 1 http://mail-index.netbsd.org/port-i386/2001/08/21/0018.html Chapter 2 http://mail-index.netbsd.org/port-i386/2001/09/03/0004.html All you'd need to do for OpenBSD (as you found out) would be to replace the ELF notes with OpenBSD notes. But there is discussion of

hello!

2008-03-22 Thread Elena
Hi dear!! My letter will surprise you!! My name - Elena. My age-26 years. I live in Russia!! Private life didn\'t turn out well. I decided to find a foreign man. I dream to meet a decent, kind and clever man!! It is difficult to tell about myself. If this is of any interest to you, write to me.

Re: hello, question about configuration, 64 bit

2007-11-03 Thread Unix Fan
>Hi, I am wanting to do some experimenting, and want to know before I get to >knee deep into installing big directories, and files, to which places I should >look and if I am on right track with these ideas and versions: > >1. Apache 1.3.29 Web Server running on OpenBSD 4.2... latest??? Open

hello, question about configuration, 64 bit

2007-11-03 Thread 182719
Hi, I am wanting to do some experimenting, and want to know before I get to knee deep into installing big directories, and files, to which places I should look and if I am on right track with these ideas and versions: 1. Apache 1.3.29 Web Server running on OpenBSD 4.2... latest??? 2. Can be done o

[OT] Hello.

2007-10-07 Thread Roberto Andradas Izquierdo
evolution filters test, sorry. -- Roberto Andradas Izquierdo | Libre Software Engineering Lab randradas [EMAIL PROTECTED] gsyc.escet.urjc.es| Grupo de Sistemas y Comunicaciones Tel: (+34) 91 488 81 05 | Edif. Departamental II - Despacho 119 http://www.randradas.org| Universi

HELLO

2007-09-08 Thread Vincent Cheung
Hello, I am Mr. Vincent Cheung, and have a sensitive and confidential brief from Hong Kong. I am asking for your partnership in re-profiling funds and will give the details, but in summary, the funds are coming via a bank here in Asia This is a legitimate transaction and you will be paid a

Re: Openbsd 3.7's GAS assembler gave me a "sh: hello: Operation not permitted" =/

2005-07-11 Thread edgar mortiz
/tmp type ffs (local, nodev, nosuid) /dev/wd0g on /usr type ffs (local, nodev) /dev/wd0f on /var type ffs (local, nodev, nosuid) Regards, Edgar On 7/11/05, Joel Dinel <[EMAIL PROTECTED]> wrote: > On 7/11/05, edgar mortiz <[EMAIL PROTECTED]> wrote: > > $ hello > &g

Openbsd 3.7's GAS assembler gave me a "sh: hello: Operation not permitted" =/

2005-07-11 Thread edgar mortiz
Hello, I'm interested in learning gas (gnu assembler) on the openbsd platform. i started getting some intro documentation at www.linuxassembly.org and try out a "Hello World" code below. on a openbsd 3.7 GENERIC. $ cat hello.s .data msg: .ascii "Hello, W

Pozdrav - Hello !!!

2005-07-01 Thread Nikola Cvetkovic
Pozdrav !!! Hello if you want english version please contact me on [EMAIL PROTECTED] \ Ponudicu Vam tri nacina da dodjete do novca na 100% legalan i proveren nacin. Napomenucu Vam samo da MORATE da se pridrzavate uputstva i pravila kako Vam uspeh ne bi izostao. Licno ja radim oba posla

Re: hello (Secure-Mail)

2005-05-05 Thread patricia
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner s