Re: Never forget a special trick...

2012-03-04 Thread Nate Dobbs
gh you could simply use the 'rev' command. %echo HELLO! | rev !OLLEH Here is a link to the man page: http://unixhelp.ed.ac.uk/CGI/man-cgi?rev -- Cheers, Nate Dobbs RHCE ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Nate Dobbs
Arnaud Lacombe wrote: > >>> On Thu, Nov 3, 2011 at 11:20 AM, Nate Dobbs < > misconfigurat...@gmail.com> wrote: > >>>> 10 year old core or not, the ARM is the worlds most widely used > processor; > >>>> > >>> Please read what I said correc

Re: Porting FreeBSD to Raspberry Pi

2011-11-03 Thread Nate Dobbs
possible or very hard (through a lot of RE). > > > > Anyway, it would be nice to play with it. > > > > WBW > > -- > > Aleksandr Rybalko > > ___ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > >

Re: Hello World assembly language

2011-09-28 Thread Nate Dobbs
essage > mov rdx, 13 > syscall > > mov rax, 1 > xor rdi, rdi > syscall > > ___ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hacker