Making: math interpreter. Need to fix printf %f

This commit is contained in:
xamidev
2024-08-06 13:43:01 +02:00
parent f05347f73b
commit fc17e5eade
8 changed files with 393 additions and 53 deletions

View File

@@ -39,7 +39,6 @@ int kmain(int retvalue)
timer_install();
keyboard_install();
shell_install();
return retvalue;