-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > I have no clue Martin, I know that whenever I have troubles with asm > code wich can't be disabled, disabling ssp/pic will make the code run. > (since nologin is asm it does seem harmless to me disabling ssp/pic on it)
Is this the code in question? Maybe GCC got confused...? /* Public Domain - i386 nologin.S */ .section .data message: .ascii "This account is not available.\n" len = . - message .section .text .globl _start <<<<<< Marty B - -- Putting Microsoft in a computer is like putting screen doors in a submarine. Hopeless. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFHeJ60odd/GHZYnVQRAglMAJwP6Km3VG0ok/Eznywv7zq5kSJjcQCeKd4m BZ5TzCZ9p8XPCCe2M0IvzCg= =/67u -----END PGP SIGNATURE----- -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
