-
Couldn't load subscription status.
- Fork 0
geertu/m68k-bootinfo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Linux/m68k bootinfo tool
========================
INSTALL
-------
Build on Linux/m68k:
make
Cross-compile for Linux/m68k:
make CROSS_COMPILE=m68k-linux-gnu-
When building or cross-compiling for non-m68k, or for a Linux/m68k system
lacking the new <asm/bootinfo*.h> headerfiles, you have to use the installed
kernel headers from a recent Linux/m68k tree:
cd /path/to/kernel/build/tree
make headers_install
cd /path/to/m68k-bootinfo/tree
make M68K_HEADERS=/path/to/kernel/build/tree/usr/include
USAGE
-----
# m68k-bootinfo -h
m68k-bootinfo: [options]
Valid options are:
-f, --file file Specify bootinfo file
(default: /proc/bootinfo)
-h, --help Display this usage information
# m68k-bootinfo
machtype = atari
cputype = 68040
fputype = 68040
mmutype = 68040
memchunk of 0x00e00000 bytes at 0x00000000
memchunk of 0x10000000 bytes at 0x01000000
command_line = "root=/dev/hda1 video=atafb:tthigh debug=par console=tty0 BOOT_IMAGE=vmlinux"
atari.mch_cookie = FALCON
atari.mch_type = AB40
#
Have fun!
Geert Uytterhoeven <[email protected]>
About
Linux/m68k bootinfo tool
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published