Subversion Repositories HelenOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 4348 → Rev 4349

/branches/dynload/boot/arch/ia32/grub
0,0 → 1,0
link ../amd64/grub
Property changes:
Added: svn:special
+*
\ No newline at end of property
/branches/dynload/defaults/sparc64/Makefile.config
2,7 → 2,7
PLATFORM = sparc64
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
54,3 → 54,6
 
# External ramdisk
CONFIG_RD_EXTERNAL = y
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/ia64/Makefile.config
2,7 → 2,7
PLATFORM = ia64
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
42,3 → 42,6
 
# Output device class
CONFIG_HID_OUT = generic
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/arm32/Makefile.config
2,7 → 2,7
PLATFORM = arm32
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
30,3 → 30,6
 
# What is your output device?
CONFIG_HID_OUT = generic
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/ppc32/Makefile.config
2,7 → 2,7
PLATFORM = ppc32
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
36,3 → 36,6
 
# Use Block Address Translation by the loader
CONFIG_BAT = y
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/amd64/Makefile.config
2,7 → 2,7
PLATFORM = amd64
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
57,3 → 57,6
 
# Default framebuffer depth
CONFIG_VESA_BPP = 16
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/mips32/Makefile.config
2,7 → 2,7
PLATFORM = mips32
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
36,3 → 36,6
 
# Output device class
CONFIG_HID_OUT = generic
 
# Use shared C library
CONFIG_SHARED_LIBC = n
/branches/dynload/defaults/ia32/Makefile.config
5,7 → 5,7
PROCESSOR = pentium4
 
# Ramdisk format
RDFMT = fat
RDFMT = tmpfs
 
# Compiler
COMPILER = gcc_cross
63,3 → 63,6
 
# Default framebuffer depth
CONFIG_VESA_BPP = 16
 
# Use shared C library
CONFIG_SHARED_LIBC = n