Commit graph

5 commits

Author SHA1 Message Date
hippoz
581c2d7d64
add void to functions with no arguments 2022-02-24 21:57:59 +02:00
hippoz
c1bac7864f
keyboard support + switch bootstrap to nasm 2022-02-24 21:16:28 +02:00
hippoz
bb30cd2a65
rename vga to terminal and move to gfx folder 2022-02-24 18:16:17 +02:00
hippoz
065dbf5177
better exception handling + bad kprintf 2022-02-24 18:11:09 +02:00
hippoz
4cc8bb5ec7
Initial commit:
Barebones kernel that can print to a "tty". Has some basic functions
like memcpy, strlen, etc.
A GDT is also present, however it has not yet been properly tested.
The folder structure is currently not optimal or well organized.
2022-02-22 14:01:39 +02:00