Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | Many debugging/serial improvements | Marvin Borner | |
Sorry for the little information, but I did many things :) | |||
2019-12-21 | Some userspace improvements | Marvin Borner | |
GAS is bad, NASM is awesome. | |||
2019-12-08 | Added very basic network and PCI driver | Marvin Borner | |
2019-12-08 | Working text input! | Marvin Borner | |
2019-12-07 | Added userspace libc and began userspace based shell | Marvin Borner | |
2019-12-05 | Fixed mouse cursor glitching | Marvin Borner | |
2019-12-05 | Added userspace support in non-installed states | Marvin Borner | |
2019-12-01 | Semi-working C-based userspace syscalls | Marvin Borner | |
2019-11-30 | Working userspace! | Marvin Borner | |
2019-11-30 | Replaced vesa print functions with printf | Marvin Borner | |
2019-11-28 | Made font external module | Marvin Borner | |
2019-11-25 | Added basic control key support | Marvin Borner | |
2019-11-24 | Major coding style reformatting -> Kernighan & Ritchie | Marvin Borner | |
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel | |||
2019-11-23 | Fixed vesa, acpi and installation! | Marvin Borner | |
2019-11-23 | Tried implementing memory based paging... | Marvin Borner | |
Also did many other fixes/improvements. While I think I did most things correct, the ACPI doesn't work anymore (triple fault) and the resolution detection fails with 0x2... :c | |||
2019-11-20 | Began two-stage hdd bootloader and os installer | Marvin Borner | |
2019-11-10 | Fixed some strange bugs and reimplemented mode detection | Marvin Borner | |
2019-11-10 | Added semi-working bootloader | Marvin Borner | |
2019-11-08 | Began implementation of non-grub bootloader | Marvin Borner | |
2019-11-05 | Added basic PS/2 mouse support | Marvin Borner | |
2019-11-03 | Began system management bios implementation and fixed things | Marvin Borner | |
2019-10-31 | Some user mode improvements | Marvin Borner | |
2019-10-31 | Implemented basic syscalls and user mode | Marvin Borner | |
Doesn't completely work right now | |||
2019-10-30 | Added kind of working initrd support | Marvin Borner | |
2019-10-30 | Started implementation of initrd based vfs | Marvin Borner | |
2019-10-29 | Some minor improvements | Marvin Borner | |
2019-10-28 | Added cmos based rtc date & time | Marvin Borner | |
2019-10-28 | Added support for more color types (bpp) | Marvin Borner | |
Somehow the text is inverted and things are strange but the colors may be correct. | |||
2019-10-27 | Improved boot process and color scheme | Marvin Borner | |
2019-10-26 | Using compiler-based include methods | Marvin Borner | |
2019-10-26 | Removed VGA driver support | Marvin Borner | |
2019-10-25 | Rewrite of paging and alloc functions | Marvin Borner | |
Still not working though :/ | |||
2019-10-24 | Added basic VESA keyboard support | Marvin Borner | |
2019-10-21 | Some optimizing | Marvin Borner | |
2019-10-16 | Added some VGA fallback features | Marvin Borner | |
2019-10-15 | No more errors! | Marvin Borner | |
Still not working | |||
2019-10-14 | A different approach to mode setting | Marvin Borner | |
2019-10-14 | Trying some things | Marvin Borner | |
2019-10-13 | Fixed all compiler warnings | Marvin Borner | |
2019-10-12 | Paging and heap rewrite | Marvin Borner | |
VESA drawing causes a Page fault because it tries to use a pointer to the framebuffer which was created before the paging has been initialized. If the resolution is set after the paging has been initialized the CPU throws a triple fault because the int32 call can not happen with paging turned on. To be fixed soon! | |||
2019-10-12 | Fixed text writing! | Marvin Borner | |
It probably didn't work before because I used the bits per pixel wrong :) | |||
2019-10-12 | Testing vesa text display | Marvin Borner | |
I absolutely don't know why it doesn't work :( | |||
2019-10-03 | Improved some things | Marvin Borner | |
2019-10-03 | Began replacement of VGA functions | Marvin Borner | |
Why does VGA/VESA not work when running on real hardware? | |||
2019-10-02 | Finally fixed VESA auto resolution finder | Marvin Borner | |
This was quite hard and strange but it works now! | |||
2019-09-30 | Added paging and fixed several bugs | Marvin Borner | |
2019-09-26 | Added higher half kernel with paging | Marvin Borner | |
2019-09-25 | Fixed several TTY bugs and improved VESA detection | Marvin Borner | |
2019-09-25 | Started integrating vesa resolution finder | Marvin Borner | |
2019-09-24 | Added working VESA driver | Marvin Borner | |
Note to myself: Use Real/Protected mode correctly :) | |||
2019-09-24 | First successful VESA attempt | Marvin Borner | |
2019-09-22 | Added faster keyboard rate | Marvin Borner | |
Needs a fix for Qemu though | |||
2019-09-21 | Added ACPI based shutdown command | Marvin Borner | |
2019-09-19 | Started development of vesa graphic driver | Marvin Borner | |
2019-09-19 | Moved source to kernel directory | Marvin Borner | |