~ubuntu-branches/debian/lenny/mtools/lenny

« back to all changes in this revision

Viewing changes to boot.asm

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-08 12:36:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708123615-0vrt17kv065uagfw
Replaced libx11-dev and libxau-dev by xlibs-static-dev and
libxt-dev as build-dependencies. Please refer to #347025.
Closes: #367558. Patch by Vincent Rivière <riviere@iut-rodez.fr>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                cli
 
2
                xor ax,ax
 
3
                mov ds,ax
 
4
                mov es,ax
 
5
                cld
 
6
                mov cx,0x100
 
7
                mov si,0x7c00
 
8
                mov di,0x8000
 
9
                rep movsw
 
10
                jmp 0x800:0x56
 
11
                mov ax,0x201
 
12
                mov bx,0x7c00
 
13
                mov dx,0x80
 
14
                mov cx,0x1
 
15
                int 0x13
 
16
                jc error
 
17
                jmp 0x0:0x7c00
 
18
error:
 
19
                int 0x19