~ubuntu-branches/ubuntu/trusty/apex/trusty

« back to all changes in this revision

Viewing changes to src/lib/xmodem.c

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2009-11-10 11:55:15 UTC
  • mfrom: (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091110115515-6jjsf6rc8py35awe
Tags: 1.6.10ubuntu1
* Merge from debian testing, remaining changes:
  - Move apex VMA address to 4MiB to leave enough space for the ubuntu
  kernel and not overwrite apex in ram when loading.
  - nslu2 configuration: set CONFIG_RAMDISK_SIZE=0x0055FFF0 instead of
  0x005FFFF0 to make enough room for ubuntu initramfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 *
22
22
 * Copyright (C) 2001 Hewlett-Packard Laboratories
23
23
 *
24
 
 * This program is free software; you can redistribute it and/or modify
25
 
 * it under the terms of the GNU General Public License as published by
26
 
 * the Free Software Foundation; either version 2 of the License, or
27
 
 * (at your option) any later version.
28
 
 *
29
 
 * This program is distributed in the hope that it will be useful,
30
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
31
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32
 
 * GNU General Public License for more details.
33
 
 *
34
 
 * You should have received a copy of the GNU General Public License
35
 
 * along with this program; if not, write to the Free Software
36
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
24
 * This program is free software; you can redistribute it and/or
 
25
 * modify it under the terms of the GNU General Public License
 
26
 * version 2 as published by the Free Software Foundation.
 
27
 * Please refer to the file debian/copyright for further details.
37
28
 *
38
29
 */
39
30