wok rev 19171

Up slitaz-doc (156)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 02 11:44:15 2016 +0200 (2016-06-02)
parents 279c83a43f68
children 5c3a02a6bc68
files memtest/receipt memtest/stuff/memtest86+-5.01-setup.patch slitaz-doc/receipt
line diff
     1.1 --- a/memtest/receipt	Thu Jun 02 11:40:11 2016 +0300
     1.2 +++ b/memtest/receipt	Thu Jun 02 11:44:15 2016 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	sed -i '/scp memtest.bin/d' Makefile
     1.7 -	for i in array-size io ; do
     1.8 +	for i in array-size io setup ; do
     1.9  		patch -p1 < $stuff/$SOURCE-$VERSION-$i.patch
    1.10  	done
    1.11  	make
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/memtest/stuff/memtest86+-5.01-setup.patch	Thu Jun 02 11:44:15 2016 +0200
     2.3 @@ -0,0 +1,25 @@
     2.4 +--- memtest86+-5.01/setup.S
     2.5 ++++ memtest86+-5.01/setup.S
     2.6 +@@ -27,11 +27,10 @@
     2.7 + #ljmp	$INITSEG, $(reload - start + 0x200)
     2.8 + reload:
     2.9 + 	movw	$INITSEG, %ax
    2.10 +-	movw	%ax, %ds
    2.11 + 	movw	%ax, %es
    2.12 + 	movw	%ax, %fs
    2.13 + 	movw	%ax, %ss	# reset the stack to INITSEG:0x4000-12.
    2.14 +-	movw	%dx, %sp
    2.15 ++	movw	$0x4000-12, %sp
    2.16 + 	push	%cs
    2.17 + 	pop	%ds
    2.18 + 	lidt	idt_48 - start	# load idt with 0,0
    2.19 +@@ -87,8 +86,8 @@
    2.20 + 	movw	$KERNEL_DS, %ax
    2.21 + 	movw	%ax, %ds
    2.22 + 	movw	%ax, %es
    2.23 +-	movw	%ax, %ss
    2.24 + 	movw	%ax, %fs
    2.25 ++	movw	%ax, %ss
    2.26 + 	movw	%ax, %gs
    2.27 + 
    2.28 + data32	ljmp	$KERNEL_CS, $(TSTLOAD <<4)	# jmp offset 2000 of segment 0x10 (cs)
     3.1 --- a/slitaz-doc/receipt	Thu Jun 02 11:40:11 2016 +0300
     3.2 +++ b/slitaz-doc/receipt	Thu Jun 02 11:44:15 2016 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="slitaz-doc"
     3.7 -VERSION="150"
     3.8 +VERSION="156"
     3.9  CATEGORY="base-system"
    3.10  SHORT_DESC="SliTaz system documentation."
    3.11  MAINTAINER="pankso@slitaz.org"