~ubuntu-branches/ubuntu/vivid/syslinux/vivid-proposed

« back to all changes in this revision

Viewing changes to core/com32.inc

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2014-06-14 10:55:07 UTC
  • mfrom: (1.3.17)
  • Revision ID: package-import@ubuntu.com-20140614105507-2sh4czic7un5snhd
Tags: 3:6.03~pre14+dfsg-1
* Correcting spelling mistakes for os-prober integration, thanks to
  Zlatko Calusic <zcalusic@bitsync.net> (Closes: #748786).
* Moving isohybrid from isolinux to syslinux-utils for consistency.
* Adding extlinux NEWS file to document bootloader integration in
  syslinux-stuff (Closes: #748689).
* Merging upstream version 6.03~pre14+dfsg.
* Dropping nonx86.patch, included upstream.
* Building with embedded gnu-efi.
* Building with gcc-4.8.
* Updating years copyright notices in debian files.
* Dropping debian specific memdiskfind manpage for newly added upstream
  one.
* Dropping debian specific isohybrid manpage for newly added upstream
  one.
* Updating todo file.
* Updating readme file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
; "mov ax,0x4cff; int 0x21" in 16-bit mode.  This will abort the
30
30
; program with an error if run in 16-bit mode.
31
31
;
32
 
com32_entry     equ     free_high_memory
33
 
 
34
32
                bits 16
35
33
                section .data16
36
34
 
59
57
                section .uibss
60
58
Com32Name       resb FILENAME_MAX
61
59
 
 
60
                section .bss16
 
61
%ifndef HAVE_CURRENTDIRNAME
 
62
                global CurrentDirName:data hidden
 
63
CurrentDirName  resb FILENAME_MAX
 
64
%endif
 
65
 
62
66
                section .text16