diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ void main(struct mem_info *mem_info, struct vid_info *vid_info) serial_install(); ls_root(); - psf_parse(read_file("/font/spleen-8x16.psfu")); + /* psf_parse(read_file("/font/spleen-8x16.psfu")); */ + psf_parse(read_file("/font/spleen-16x32.psfu")); while (1) { }; |