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 3... Line 3...
3
 
3
 
4
# CPU type
4
# CPU type
5
PROCESSOR = pentium4
5
PROCESSOR = pentium4
6
 
6
 
7
# Ramdisk format
7
# Ramdisk format
8
RDFMT = fat
8
RDFMT = tmpfs
9
 
9
 
10
# Compiler
10
# Compiler
11
COMPILER = gcc_cross
11
COMPILER = gcc_cross
12
 
12
 
13
# Debug build
13
# Debug build
Line 61... Line 61...
61
# Default framebuffer mode
61
# Default framebuffer mode
62
CONFIG_VESA_MODE = 800x600
62
CONFIG_VESA_MODE = 800x600
63
 
63
 
64
# Default framebuffer depth
64
# Default framebuffer depth
65
CONFIG_VESA_BPP = 16
65
CONFIG_VESA_BPP = 16
-
 
66
 
-
 
67
# Use shared C library
-
 
68
CONFIG_SHARED_LIBC = n