History for Atmosphere / fusee / fusee-secondary / src / main.c
2018-06-05
@TuxSH
Fix logic bug in stage2's main function
TuxSH committed on 5 Jun 2018
2018-06-04
@TuxSH
Pass screen status and mmc struct from stage1 to 2
TuxSH committed on 4 Jun 2018
2018-05-21
@TuxSH
Stage2: Add exception handlers
TuxSH committed on 21 May 2018
2018-05-20
@TuxSH
Don't check for panics in stage2
TuxSH committed on 20 May 2018
@TuxSH
Introduce fatal_error
TuxSH committed on 20 May 2018
@TuxSH
Add custom panic driver
TuxSH committed on 20 May 2018
2018-05-14
@TuxSH
Make loadlist empty when booting Horizon, more nxboot.c code
TuxSH committed on 14 May 2018
@TuxSH
[stage2] Add debug printf in main.c
TuxSH committed on 14 May 2018
2018-05-13
@TuxSH
Rename sd_utils to fs_utils, etc
TuxSH committed on 13 May 2018
@TuxSH
Redesign fs_dev, raw_dev, introducing device_partition and switch_fs. ...
TuxSH committed on 13 May 2018
2018-05-12
@TuxSH
stage1 -> stage2 again
TuxSH committed on 12 May 2018
2018-05-09
@TuxSH
[stage2] Make console.c manage the display, enable it only when needed
TuxSH committed on 9 May 2018
2018-05-08
@TuxSH
Refactor stage1's and stage2's main.c files
TuxSH committed on 8 May 2018
@TuxSH
Don't deinit the display yet, for now
TuxSH committed on 8 May 2018
@TuxSH
Fix bug in crt0
TuxSH committed on 8 May 2018
@TuxSH
Make di.c accept arbitrary FB addresses, fix flickering issues
TuxSH committed on 8 May 2018
@TuxSH
Rewrote crt0, init, and chainloading code ...
TuxSH committed on 8 May 2018
2018-05-06
@TuxSH
Rework fs_dev mount code
TuxSH committed on 6 May 2018
@TuxSH
Revert "Fix mount code in fs_dev.c" ...
TuxSH committed on 6 May 2018
@TuxSH
Don't pass the mmc struct around
TuxSH committed on 6 May 2018
@TuxSH
Fix mount code in fs_dev.c
TuxSH committed on 6 May 2018
@TuxSH
Fix the g_bct0 overflow issue, malloc now works ...
TuxSH committed on 6 May 2018
2018-05-05
@TuxSH
[stage2] Remove printk, introduce UTF-8 console stdio
TuxSH committed on 5 May 2018
@TuxSH
Instead of passing FatFS structs around, unmount; other changes
TuxSH committed on 5 May 2018
2018-05-04
@TuxSH
Initialize heap, increase stack size
TuxSH committed on 4 May 2018
@Michael Scire
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
Michael Scire committed on 4 May 2018
2018-04-09
@Michael Scire
Fusee Stage 2: Make references to external (stage 1) memory internal.
Michael Scire committed on 9 Apr 2018
@Michael Scire
Fusee stage 2: Fix up loader (no stage 3!). Skeleton chainload behavior.
Michael Scire committed on 9 Apr 2018
@Michael Scire
Turns out we actually don't need a third stage for Fusee
Michael Scire committed on 9 Apr 2018
2018-04-08
@Michael Scire
Update argument passing, add video resume
Michael Scire committed on 8 Apr 2018