kernel/src
2023-06-24 04:13:47 +03:00
..
framebuffer.c Don't try to put pixel off-screen 2023-06-18 07:49:43 +03:00
framebuffer.h Putting pixels to screen 2023-06-18 07:47:52 +03:00
kernel.c Using framebuffer info for putpixel loop instead of hardcoded values 2023-06-23 22:54:46 +03:00
multiboot.h Code organizing 2023-06-18 05:37:30 +03:00
serial.c Style: Converting spaces to tabs 2023-06-22 02:28:33 +03:00
serial.h Code organizing 2023-06-18 05:37:30 +03:00
start32.asm Take AOUT_KLUDGE into account and not just be there doing nothing 2023-06-24 04:13:47 +03:00
vga.c Style: Converting spaces to tabs 2023-06-22 02:28:33 +03:00
vga.h Code organizing 2023-06-18 05:37:30 +03:00
xtoa.c Style: Converting spaces to tabs 2023-06-22 02:28:33 +03:00
xtoa.h Implementing unsigned itoa (uint to str) 2023-06-18 06:25:19 +03:00