diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-05-22 23:19:59 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-05-25 21:33:48 +0200 |
| commit | 37af80fa96b00ef9fb1abc1003db88ea1ed1a496 (patch) | |
| tree | cd9d841b0f8c7d32dd1154ce50aa4da85278e787 /src/c | |
| parent | fad24f13855643b9410cfcd1045067e842e26f82 (diff) | |
Makefile & aleksa-osv1.0.0
Diffstat (limited to 'src/c')
| -rw-r--r-- | src/c/tty.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/tty.c b/src/c/tty.c index 23eb204..344c720 100644 --- a/src/c/tty.c +++ b/src/c/tty.c @@ -70,15 +70,15 @@ void uptime(void) void prompt(void) { - //printf("[user@myos]$ "); + //printf("[aleksa@aleksa-os]$ "); set_color(VGA_COLOR_RED,VGA_COLOR_BLACK); printf("["); set_color(VGA_COLOR_YELLOW,VGA_COLOR_BLACK); - printf("user"); + printf("aleksa"); set_color(VGA_COLOR_GREEN,VGA_COLOR_BLACK); printf("@"); set_color(VGA_COLOR_BLUE,VGA_COLOR_BLACK); - printf("myos"); + printf("aleksa-os"); set_color(VGA_COLOR_RED,VGA_COLOR_BLACK); printf("]"); set_color(VGA_COLOR_LIGHT_GREY,VGA_COLOR_BLACK); |
