wok diff memtest/stuff/unpack.S @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | b0e9e83532e2 |
children | 3b334b26197f |
line diff
1.1 --- a/memtest/stuff/unpack.S Sun Aug 25 18:09:21 2013 +0000 1.2 +++ b/memtest/stuff/unpack.S Thu May 26 20:16:45 2016 +0300 1.3 @@ -156,6 +156,10 @@ 1.4 popw %ds 1.5 #if UPDATE_SYSSIZE 1.6 movw %ax, SYSSIZE 1.7 +# if HARDCODED_SETUPSIZE 1.8 +original_setupsize: 1.9 + movb $4, SETUPSIZE 1.10 +# endif 1.11 #endif 1.12 popal 1.13 iret