aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-03WoopsiMarvin Borner
2020-01-03I don't like CMakeMarvin Borner
I switched to basic shell scripts now
2020-01-03CMake...Marvin Borner
CMake isn't as easy as expected, especially because the user binary is somehow messed up.. Maybe I'll use a SH script or Makefile after all :/
2020-01-03Finally added working build badgeMarvin Borner
Sorry.
2020-01-03Fixed cross build?Marvin Borner
2020-01-02Bye-bye Make, Hi-hi Cmake!Marvin Borner
2020-01-02Switched to CMakeMarvin Borner
Still needs some polishing but it kinda works (wasn't easy though)
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-21Some userspace improvementsMarvin Borner
GAS is bad, NASM is awesome.
2019-12-18Added very basic command supportMarvin Borner
2019-12-17Finally fixed text input syscalls!Marvin Borner
I guess I can officially call me dumb now as I just forgot to return the actual value from the syscall handler...
2019-12-16Single hardcoded pixel drawing in userspace somehow works a bitMarvin Borner
2019-12-14idkMarvin Borner
2019-12-11Some user-side graphicsMarvin Borner
2019-12-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-09Lars, your wish may come true if you fix this!Marvin Borner
2019-12-08Added very basic network and PCI driverMarvin Borner
2019-12-08Working text input!Marvin Borner
2019-12-07Added userspace libc and began userspace based shellMarvin Borner
2019-12-05Added manual installation methodMarvin Borner
2019-12-05Some mouse cursor improvementsMarvin Borner
2019-12-05Fixed mouse cursor glitchingMarvin Borner
2019-12-05Added userspace support in non-installed statesMarvin Borner
2019-12-04Fully working syscall interfaceMarvin Borner
2019-12-04More-working syscall logic (parameters work!)Marvin Borner
2019-12-01Semi-working C-based userspace syscallsMarvin Borner
2019-11-30Working userspace!Marvin Borner
2019-11-30Replaced vesa print functions with printfMarvin Borner
2019-11-30Re-enabled font in non-installed versionsMarvin Borner
2019-11-30Fixed build on ARM devicesMarvin Borner
2019-11-30Renamed assets directoryMarvin Borner
2019-11-30Merged external fontMarvin Borner
External font resources (smaller kernel)
2019-11-30Yeeha fixed font installation!Marvin Borner
2019-11-28Made font external moduleMarvin Borner
2019-11-26Fixed control keyMarvin Borner
2019-11-25Added basic control key supportMarvin Borner
2019-11-25Debug, debug and even more debugging!Marvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-11-24Added bochs debuggingMarvin Borner
2019-11-23Some formattingMarvin Borner
2019-11-23Fixed vesa, acpi and installation!Marvin Borner
2019-11-23Fixed almost every vesa memory bugMarvin Borner
2019-11-23Tried 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-22Added the most awesome c libMarvin Borner
2019-11-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-11-17Some HPET structsMarvin Borner
2019-11-13Added iso directoryMarvin Borner
2019-11-13Added download urlMarvin Borner
2019-11-12Began high precision timer (HPET) implementationMarvin Borner
2019-11-10Fixed some strange bugs and reimplemented mode detectionMarvin Borner
2019-11-10Added semi-working bootloaderMarvin Borner
2019-11-09Started own implementation of asm bootloaderMarvin Borner
2019-11-08Began implementation of non-grub bootloaderMarvin Borner
2019-11-07Some improvementsMarvin Borner
Artifacts still not fixed though
2019-11-06Added kinda-working cursor resetMarvin Borner
ARTIFACTS!
2019-11-06Added better cursor designMarvin Borner
2019-11-05Added basic PS/2 mouse supportMarvin Borner
2019-11-03Began system management bios implementation and fixed thingsMarvin Borner
2019-11-01Added release at push when tag is setMarvin Borner
2019-11-01Fixed VGA buffer loggingMarvin Borner
2019-11-01Testing release featureMarvin Borner
2019-11-01Added donation button :)Marvin Borner
2019-11-01Added onedark licenseMarvin Borner
2019-11-01Tried implementing better logging systemMarvin Borner
2019-11-01Added single build workflowMarvin Borner
2019-11-01I hate ubuntuMarvin Borner
2019-11-01HmmmMarvin Borner
2019-11-01Probably fixed grub packageMarvin Borner
2019-11-01Testing GitHub workflows..Marvin Borner
2019-11-01Added worflow for automatic releasingMarvin Borner
2019-10-31Fixed several warningsMarvin Borner
2019-10-31Merged pull request usermodeMarvin Borner
Added usermode
2019-10-31Fixed buildMarvin Borner
2019-10-31Some user mode improvementsMarvin Borner
2019-10-31Implemented basic syscalls and user modeMarvin Borner
Doesn't completely work right now
2019-10-30Fixed some warningsMarvin Borner
2019-10-30Added kind of working initrd supportMarvin Borner
2019-10-30Started implementation of initrd based vfsMarvin Borner
2019-10-30Added better font resizingMarvin Borner
2019-10-29Added license informationMarvin Borner
2019-10-29Added project licenseMarvin Borner
2019-10-29Added 12x24 spleen fontMarvin Borner
2019-10-29Fixed multi-byte font conversionMarvin Borner
2019-10-29Added dynamic font choosingMarvin Borner
2019-10-29Added 8x16 spleen fontMarvin Borner
2019-10-29Added automatic bdf to c converter scriptMarvin Borner
2019-10-29Some minor improvementsMarvin Borner
2019-10-29Fixed backspace array char removalMarvin Borner
2019-10-29Finally fixed a long-existent memory bugMarvin Borner
2019-10-29Added caps lock keyMarvin Borner
2019-10-29Added shifted keymap supportMarvin Borner
2019-10-28Fixed 32bpp and fixed some 16bpp artifactsMarvin Borner
2019-10-28Fixed spleen font!Marvin Borner
Looks awesome but needs scaling for smaller screens
2019-10-28IntelliJ fucked upMarvin Borner
IDEAs autoformatting tries writing the includes in different lines which obviously doesn't work... WHY?!
2019-10-28Started implementing 16x32 Spleen fontMarvin Borner
2019-10-28Added cmos based rtc date & timeMarvin Borner
2019-10-28Merge pull request #2 from LarsVomMars/patch-1Marvin Borner
Fixed second inversion
2019-10-28Fixed second inversionLars Krönner
2019-10-28Fixed one inversionMarvin Borner
2019-10-28Added support for more color types (bpp)Marvin Borner
Somehow the text is inverted and things are strange but the colors may be correct.