~ubuntu-branches/ubuntu/raring/makedumpfile/raring

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Worth
  • Date: 2008-09-18 10:34:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080918103445-q7ac7xplchcr85y2
Tags: 1.2.9-0ubuntu1
* New upstream version (LP: #271956)
* Support ia64 discontigmem kernels of linux-2.6.20+.
* Support x86_64 linux-2.6.27 kernel.
* Add "--vtop" option for debugging.
* Add the debugging message for ia64 pgtable.
* Get information from vmcoreinfo of /proc/vmcore even if -x/-i option.
* Add free() for error handling.
* Fix NOT_FOUND value of SIZE(nodemask_t).
* Use the terminal sizes of 80 for the IMPLEMENTATION file. (Bernhard Walle)
* Use static allocation instead of malloc().
* Add get_num_dumpable() function.
* Remove the unused pointer.
* Remove the unused code.
* Make the ELF methods simple.
* Merge the same code in write_elf_pages().
* Add "void" to some arguments.
* Separate the dependency code to machine and linux version.
* Cleanup vaddr_to_paddr() function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  2.Uncompress the tar file:
35
35
    # tar -zxvf makedumpfile-x.y.z.tar.gz
36
36
  3.Enter the makedumpfile subdirectory:
37
 
    # cd makedumpfile
 
37
    # cd makedumpfile-x.y.z
38
38
  4.Build, and install:
39
39
    # make; make install
40
40
 
41
41
* SUPPORTED KERNELS
42
 
  makedumpfile (version 1.2.6) supports the following kernels.
 
42
  makedumpfile (version 1.2.9) supports the following kernels.
43
43
 
44
44
         |      FLATMEM      |   DISCONTIGMEM    |     SPARSEMEM
45
45
         |-------------------+-------------------+-------------------
50
50
  2.6.16 | OK | OK | -- |    | -- | OK | OK | -- | -- |    | -- |
51
51
  2.6.17 | OK | OK | -- |    | -- | OK | -- | -- | -- | OK | -- |
52
52
  2.6.18 | OK | OK | -- | OK | -- | OK | OK | -- | -- | OK | OK | OK
53
 
  2.6.19 | OK | OK | -- | OK | OK | OK |TODO| -- | OK | OK | OK | OK
54
 
  2.6.20 | OK | OK | -- | KP | OK | OK |TODO| -- | OK | OK | OK | KP
55
 
  21-rc5 | OK | OK | -- | OK | OK | OK |TODO| -- | OK | OK | OK | OK
56
 
  2.6.21 | OK | OK | -- |    | OK | OK |TODO| -- | OK | OK | OK | 
57
 
  2.6.22 | OK | OK | -- |    | OK | OK |TODO| -- | OK | OK | OK | 
58
 
  2.6.23 | OK | OK | -- |    | OK | OK |TODO| -- | OK | OK | OK | 
59
 
  2.6.24 | OK | OK | -- |    | OK | OK |TODO| -- | OK | OK | OK | 
60
 
  2.6.25 | OK | ** | -- |    |    | ** |TODO| -- | OK | OK | OK | 
 
53
  2.6.19 | OK | OK | -- | OK | OK | OK |    | -- | OK | OK | OK | OK
 
54
  2.6.20 | OK | OK | -- | KP | OK | OK | OK | -- | OK | OK | OK | KP
 
55
  21-rc5 | OK | OK | -- | OK | OK | OK | OK | -- | OK | OK | OK | OK
 
56
  2.6.21 | OK | OK | -- |    | OK | OK | OK | -- | OK | OK | OK | 
 
57
  2.6.22 | OK | OK | -- |    | OK | OK | OK | -- | OK | OK | OK | 
 
58
  2.6.23 | OK | OK | -- |    | OK | OK | OK | -- | OK | OK | OK | 
 
59
  2.6.24 | OK | OK | -- |    | OK | OK | OK | -- | OK | OK | OK | 
 
60
  2.6.25 | OK | ** | -- |    |    | ** | OK | -- | OK | OK | OK | 
 
61
  2.6.26 | OK | ** | -- |    |    | ** | OK | -- | OK | OK | OK | 
61
62
 
62
63
  OK    : Support.
63
64
  --    : Not support.