aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/arch
Commit message (Expand)AuthorAgeFilesLines
* moved limine.cpp stuff to kernel.cpp (and fixed framebuffer pixel drawing)EmulatedSeasons2025-01-202-146/+19
* renamed io.h to the new placeEmulatedSeasons2025-01-201-1/+1
* Finished pmm (bitmap)EmulatedSeasons2024-06-281-7/+2
* Broken attempt at freelist pmm.EmulatedSeasons2024-06-141-4/+14
* started working on pmm and fixed printf doing weird things to theEmulatedSeasons2024-05-312-593/+39
* Added GDT and basic IDT as well as a bitmap drawing functionEmulatedSeasons2024-05-1010-9/+884
* Made framebuffer class, serial write functions, and finally got makefile to b...EmulatedSeasons2024-05-072-0/+31
* Improved makefile a bit more and got it working with the other filesEmulatedSeasons2024-05-063-3/+83
* liminefied x86_64 bootEmulatedSeasons2024-05-063-21/+68
* improved makefile somewhatEmulatedSeasons2024-05-053-0/+608
* renamed i386 to x86EmulatedSeasons2024-05-0315-0/+0
* aEmulatedSeasons2024-04-141-3/+0
* Merge branch 'master' of github.com:EmulatedSeasons/UnnamedOS2EmulatedSeasons2024-04-062-11/+21
|\
| * started writing pagingEmulatedSeasons2024-04-052-11/+21
* | changed _start and _end to _kernel_start and _kernel_endEmulatedSeasons2024-04-051-2/+2
|/
* added beginning and end kernel symbolsEmulatedSeasons2024-01-183-3/+17
* got grub memory map and added to kernel printfEmulatedSeasons2023-12-294-16/+327
* forgot what i did this commit it's been so longEmulatedSeasons2023-12-171-3/+3
* initial commitEmulatedSeasons2023-06-1513-0/+1099