Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | Fixed dependencies | Marvin Borner | |
2020-04-19 | Clean ext2 implementation :) | Marvin Borner | |
2020-04-19 | Applied tidy command... | Marvin Borner | |
Idk why I forgot it for several commits :D | |||
2020-04-18 | Added fadt flags and ACPI reboot | Marvin Borner | |
2020-04-18 | Added RSDT sum check | Marvin Borner | |
2020-04-18 | I don't know HOW I did it, but it works! | Marvin Borner | |
I finally fixed the acpi tables with some memory mapping magic and paging allocations, which seems to do the trick. YAY. | |||
2020-04-18 | Completely reworked ACPI tables | Marvin Borner | |
I'm too exhausted right now, but I rediscovered the memory mapping issue of my ACPI implementatio and need to fix it ASAP. Otherwise I won't be able to use any ACPI table without causing a page fault. I have no clue why exactly this is happening and the internet says that I shouldn't need to memory map them. Well, I'll look into it later. | |||
2020-04-17 | Added multiboot smbios table | Marvin Borner | |
idk why, but grub doesn't seem to find a smbios table in qemu. I tried a local dump of my pc's smbios but this doesn't work either.. *thinking* | |||
2020-04-17 | Added more precise memory measurement | Marvin Borner | |
2020-04-17 | OMG I feel very dumb now... | Marvin Borner | |
I forgot to actually pass the address to the parser! Why tf doesn't GCC tell me that? :D | |||
2020-04-17 | Started implementing multiboot2 standard | Marvin Borner | |
2020-04-16 | New License | Marvin Borner | |
2020-04-16 | Many fix attempts for the divide by zero exception | Marvin Borner | |
2020-04-15 | Added even more colors! | Marvin Borner | |
2020-04-15 | Added awesome logging colors | Marvin Borner | |
2020-04-15 | Used macro magic to implement function-based logs | Marvin Borner | |
2020-04-15 | Added ext2 filesystem | Marvin Borner | |
2020-04-15 | Removed filesystem | Marvin Borner | |
SOON: Correct ext2 attempt | |||
2020-04-14 | Switched to grub | Marvin Borner | |
This really isn't what I wanted because grub is very big and bloaty but my own bootloader was very poorly written and I really want to implement a filesystem like ext2 which wouldn't work with my own bootloader. Furthermore this commit fixes many small issues including the one occurring due to the statically linked user binary (I just removed the linking for now). | |||
2020-04-02 | Rewrite of the font converter | Marvin Borner | |
It work way better now and no user interaction is needed anymore. I've also added a command to the run script that easily accesses the font conversion. | |||
2020-04-02 | Fixed error exiting in whole script | Marvin Borner | |
2020-04-02 | Small fixes in the run executable | Marvin Borner | |
The run script is now able to run from any location && exits when the installation test failed | |||
2020-04-01 | Static address linking approach for userspace | Marvin Borner | |
Kinda works but loading an statically linked binary into memory via kmalloc seems to create a crash which results in a bootloop. | |||
2020-04-01 | Some work on the elf loader | Marvin Borner | |
2020-03-31 | Seems to work, final caching test revert | Marvin Borner | |
GitHub now finishes the build in 2 Minutes instead of 20 :) | |||
2020-03-31 | Whaaaat, I still need the shared libs? Well... | Marvin Borner | |
I'm a bit confused thought | |||
2020-03-31 | OMG, I'm dumb... | Marvin Borner | |
Well, I've messed up the workflow syntax sooo - here we go again! | |||
2020-03-31 | Some workflow improvements and cache testing | Marvin Borner | |
I've added an empty line so I can test the cross-compiler caching functionality | |||
2020-03-31 | Cross compiler caching | Marvin Borner | |
Let's hope it works ;) | |||
2020-03-27 | Shellchecking for the win! | Marvin Borner | |
2020-03-27 | Added and applied tidy command | Marvin Borner | |
2020-03-22 | Just some casual fixes | Marvin Borner | |
2020-03-19 | Oh well, I obviously need the directory | Marvin Borner | |
2020-03-18 | Added awesome sync command | Marvin Borner | |
2020-03-18 | Applied official linux kernel code style guidelines | Marvin Borner | |
Due to my change to vim and the clang-format plugin this was needed! | |||
2020-03-18 | Replaced asm calls with sweet function | Marvin Borner | |
2020-02-22 | Well basically nothing really works I guess | Marvin Borner | |
I've worked quite a while on several small things which I didn't commit but I'm going away for a week (holiday) soooo I synced these useless and dumb files :) | |||
2020-02-17 | I AM SPEED | Marvin Borner | |
Implemented compile cache so I can develop as fast as a magician | |||
2020-02-16 | Revert to good ol' paging | Marvin Borner | |
2020-02-15 | Quite many improvements | Marvin Borner | |
ok. | |||
2020-02-01 | Why did I do that? | Marvin Borner | |
Somehow there slipped a hardcoded constant into the vesa driver :/ | |||
2020-02-01 | Fixed critical memory bug | Marvin Borner | |
Overflow via >32 int | |||
2020-01-26 | Nothin' special | Marvin Borner | |
2020-01-26 | Merged task-based userspace switching and updated heap/paging code | Marvin Borner | |
Awesome! | |||
2020-01-26 | Magic commit | Marvin Borner | |
Some things work, others don't. | |||
2020-01-25 | Hehe fixed video bug :) | Marvin Borner | |
Took around 5 days. | |||
2020-01-21 | Naming scheme and page fault improvements | Marvin Borner | |
2020-01-20 | Added pure awesomeness | Marvin Borner | |
Actually quite some days of work but ok | |||
2020-01-16 | Merged fancy userspace paging | Marvin Borner | |
2020-01-16 | Optimization reduction seems to improve things | Marvin Borner | |
*a bit* - POINTERS STILL DON'T WORK! Merging anyway ig | |||
2020-01-16 | Quite a different approach to userspace paging | Marvin Borner | |
Hope this works soon! | |||
2020-01-14 | Minor exit handling thingies | Marvin Borner | |
2020-01-14 | Awesome paging updates | Marvin Borner | |
MUCH STUFF COMING SOON! | |||
2020-01-12 | Improved installation boot && test | Marvin Borner | |
2020-01-10 | Some Qemu improvements (performance) | Marvin Borner | |
2020-01-06 | Usermode based allocating works a bit now | Marvin Borner | |
*a bit* | |||
2020-01-05 | I really need to understand monospaced fonts lel | Marvin Borner | |
Aka: Removed font stretchiness :) | |||
2020-01-04 | Removed hardcoded line numbers | Marvin Borner | |
Wasn't that hard after all, eh? | |||
2020-01-04 | Super awesome ultra optimizations | Marvin Borner | |
code == crap sometimes so optimizations may do strange things | |||
2020-01-04 | Added dynamic install parameter | Marvin Borner | |
Pure awesomeness | |||
2020-01-03 | omg im dumb | Marvin Borner | |
2020-01-03 | Woopsi | Marvin Borner | |
2020-01-03 | I don't like CMake | Marvin Borner | |
I switched to basic shell scripts now | |||
2020-01-03 | CMake... | 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-03 | Finally added working build badge | Marvin Borner | |
Sorry. | |||
2020-01-03 | Fixed cross build? | Marvin Borner | |
2020-01-02 | Bye-bye Make, Hi-hi Cmake! | Marvin Borner | |
2020-01-02 | Switched to CMake | Marvin Borner | |
Still needs some polishing but it kinda works (wasn't easy though) | |||
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-18 | Added very basic command support | Marvin Borner | |
2019-12-17 | Finally 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-16 | Single hardcoded pixel drawing in userspace somehow works a bit | Marvin Borner | |
2019-12-14 | idk | Marvin Borner | |
2019-12-11 | Some user-side graphics | Marvin Borner | |
2019-12-10 | Some syscalls and userspace stuff | Marvin Borner | |
sorry for the worse-getting commit messages... | |||
2019-12-09 | Lars, your wish may come true if you fix this! | Marvin Borner | |
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 | Added manual installation method | Marvin Borner | |
2019-12-05 | Some mouse cursor improvements | 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-04 | Fully working syscall interface | Marvin Borner | |
2019-12-04 | More-working syscall logic (parameters work!) | 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-30 | Re-enabled font in non-installed versions | Marvin Borner | |
2019-11-30 | Fixed build on ARM devices | Marvin Borner | |
2019-11-30 | Renamed assets directory | Marvin Borner | |
2019-11-30 | Merged external font | Marvin Borner | |
External font resources (smaller kernel) | |||
2019-11-30 | Yeeha fixed font installation! | Marvin Borner | |
2019-11-28 | Made font external module | Marvin Borner | |
2019-11-26 | Fixed control key | Marvin Borner | |
2019-11-25 | Added basic control key support | Marvin Borner | |
2019-11-25 | Debug, debug and even more debugging! | 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-24 | Added bochs debugging | Marvin Borner | |