diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/c/tty.c | 6 | ||||
| -rw-r--r-- | src/grub.cfg | 4 |
2 files changed, 5 insertions, 5 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); diff --git a/src/grub.cfg b/src/grub.cfg index ba19176..fdf6530 100644 --- a/src/grub.cfg +++ b/src/grub.cfg @@ -1,6 +1,6 @@ set timeout=5 set default=0 -menuentry "myos" { - multiboot /boot/myos.bin +menuentry "aleksa-os" { + multiboot /boot/aleksa-os.bin } |
