kernel boots again
This commit is contained in:
parent
95d24b96bc
commit
5fcbdb0b19
3 changed files with 8 additions and 3 deletions
BIN
src/boot.o
Normal file
BIN
src/boot.o
Normal file
Binary file not shown.
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue