You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
include | 2 years ago | |
kernel | 2 years ago | |
libc | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.txt | 2 years ago | |
kernel.c | 2 years ago | |
limine.cfg | 2 years ago | |
linker.ld | 2 years ago | |
start.c | 2 years ago | |
todo.txt | 2 years ago |
README.txt
_____ _
|__ /__ _| | __ _
/ // _` | |/ _` | Kernel for the x86_64 architecture
/ /| (_| | | (_| | by h34ting4ppliance
/____\__,_|_|\__,_| Licensed under MIT License
Zala is a kernel that I will use later for a future project. It is a simple and
monolithic kernel designed to write small operating systems.
kernel/vsprintf.c is taken from Linux 0.01 :p (lazy go brr)
The license applies to all the files in the repo expect kernel/vsprintf.c
because I haven't made it