ghaerr / elks

Embeddable Linux Kernel Subset - Linux for 8086
Other
1.02k stars 108 forks source link

[kernel] Replace atoi in ANSI console with very fast version #2018

Closed ghaerr closed 2 months ago

ghaerr commented 2 months ago

Previous implementation of kernel atoi using simple_strtol was very slow for ANSI escape sequence parsing.

Rebuilds console-xxx.c when console.c changes.