Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass multiboot information to the kernelHEADmaster | Joursoir | 2022-10-13 | 1 | -1/+3 |
| | |||||
* | TODO: use correct VGA driver | Joursoir | 2022-10-13 | 1 | -3/+3 |
| | |||||
* | x86: add GDT code to the kernel | Joursoir | 2022-10-13 | 1 | -0/+3 |
| | |||||
* | move multiboot files to special directory | Joursoir | 2022-10-04 | 1 | -51/+0 |
| | |||||
* | move interaction with VGA to driver | Joursoir | 2021-08-30 | 2 | -134/+0 |
| | |||||
* | move the arch specific code for port IO to the correct place | Joursoir | 2021-08-30 | 1 | -13/+0 |
| | |||||
* | x86/boot: move and rename asm code with multiboot header | Joursoir | 2021-08-13 | 1 | -114/+0 |
| | |||||
* | main: use routines from video-vga | Joursoir | 2021-08-05 | 1 | -101/+4 |
| | |||||
* | video-vga: add routines for vga | Joursoir | 2021-08-05 | 2 | -0/+134 |
| | |||||
* | i386: make outb() | Joursoir | 2021-08-05 | 1 | -0/+13 |
| | |||||
* | string: make memcpy(), memset(), memmove() | Joursoir | 2021-08-02 | 2 | -0/+45 |
| | |||||
* | string: move strlen() here | Joursoir | 2021-08-02 | 2 | -0/+18 |
| | |||||
* | init project | Joursoir | 2021-08-02 | 3 | -0/+279 |