summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* pass multiboot information to the kernelHEADmasterJoursoir2022-10-131-1/+3
* TODO: use correct VGA driverJoursoir2022-10-131-3/+3
* x86: add GDT code to the kernelJoursoir2022-10-131-0/+3
* move multiboot files to special directoryJoursoir2022-10-041-51/+0
* move interaction with VGA to driverJoursoir2021-08-302-134/+0
* move the arch specific code for port IO to the correct placeJoursoir2021-08-301-13/+0
* x86/boot: move and rename asm code with multiboot headerJoursoir2021-08-131-114/+0
* main: use routines from video-vgaJoursoir2021-08-051-101/+4
* video-vga: add routines for vgaJoursoir2021-08-052-0/+134
* i386: make outb()Joursoir2021-08-051-0/+13
* string: make memcpy(), memset(), memmove()Joursoir2021-08-022-0/+45
* string: move strlen() hereJoursoir2021-08-022-0/+18
* init projectJoursoir2021-08-023-0/+279