kernel boots again

This commit is contained in:
Lauchmelder 2022-01-20 12:58:47 +01:00
parent 95d24b96bc
commit 5fcbdb0b19
3 changed files with 8 additions and 3 deletions

BIN
src/boot.o Normal file

Binary file not shown.

View file

@ -27,7 +27,7 @@ void main()
int a = stoi(uart_gets(buffer));
uart_puts("\nPlease enter second operand\n");
uart_puts("📎> ");
uart_puts("📎 ");
uart_gets(buffer);
if(buffer == "clippy")