wok-tiny diff linux/stuff/bundle.S @ rev 183
linux: fix bundle.S
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Tue Sep 26 17:09:38 2023 +0000 (2023-09-26) | 
| parents | bbb34fe4904d | 
| children | 5d44015ce878 | 
   line diff
1.1 --- a/linux/stuff/bundle.S Sun Sep 24 17:53:05 2023 +0000 1.2 +++ b/linux/stuff/bundle.S Tue Sep 26 17:09:38 2023 +0000 1.3 @@ -185,11 +185,13 @@ 1.4 orb %bl, %bl 1.5 jnz scanboot 1.6 decb %bh 1.7 + jmp boot 1.8 found: 1.9 + cli 1.10 + movb 0x1F1+BUFFER, %al // setup size 1.11 +boot: 1.12 pushw %ds 1.13 pushw %bx 1.14 -// cli 1.15 -// movb 0x1F1+BUFFER, %al // setup size 1.16 pushw %ss 1.17 popw %ds 1.18 pushw %ss