Subversion Repositories HelenOS

Rev

Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4348 Rev 4349
Line 1... Line 1...
1
# Platform
1
# Platform
2
PLATFORM = amd64
2
PLATFORM = amd64
3
 
3
 
4
# Ramdisk format
4
# Ramdisk format
5
RDFMT = fat
5
RDFMT = tmpfs
6
 
6
 
7
# Compiler
7
# Compiler
8
COMPILER = gcc_cross
8
COMPILER = gcc_cross
9
 
9
 
10
# Debug build
10
# Debug build
Line 55... Line 55...
55
# Default framebuffer mode
55
# Default framebuffer mode
56
CONFIG_VESA_MODE = 800x600
56
CONFIG_VESA_MODE = 800x600
57
 
57
 
58
# Default framebuffer depth
58
# Default framebuffer depth
59
CONFIG_VESA_BPP = 16
59
CONFIG_VESA_BPP = 16
-
 
60
 
-
 
61
# Use shared C library
-
 
62
CONFIG_SHARED_LIBC = n