aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-05-14Fixed kernel end variableMarvin Borner
2020-05-13Some page directory fixesMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-13Fixed exit in unistd instead of stdlibMarvin Borner
2020-05-12Added scheduler spinlockingMarvin Borner
I don't think it's needed though, ints are disabled anyway
2020-05-12Still searching the bug...Marvin Borner
And fixed many other small ones
2020-05-12Removed useless fb check in fault handlerMarvin Borner
2020-05-12Fixed wrong array size..Marvin Borner
idk why
2020-05-12Fixed page fault in schedulerMarvin Borner
2020-05-11Fixed process name and added process tree printMarvin Borner
2020-05-11Some scheduling improvementsMarvin Borner
And other stuff..
2020-05-11Added quantum 42 counter!Marvin Borner
Wow, this commit message sounds click-baity.. BUT this is what I implemented!
2020-05-11Some very small fixes in several filesMarvin Borner
2020-05-10Added basic spinlockMarvin Borner
2020-05-09Interrupt analysis - removed many useless cli/stiMarvin Borner
2020-05-09Sooooooo many race conditionsMarvin Borner
NEXT: SPINLOCKS!
2020-05-09Replaced fork() with spawn()!Marvin Borner
Who needs forks anyway
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Some debugging and fixingMarvin Borner
Still didn't fix the bugs
2020-05-07Fixed many bugs with wait() and fork()Marvin Borner
This also adds many race conditions which really need to be fixed..
2020-05-07Added wait syscallMarvin Borner
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06Added event mapping driverMarvin Borner
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-05-06Removed vfs - ext2 ftw!Marvin Borner
I should really start thinking before I implement features. Now I did and I have quite a good plan for the future of Melvix (hint: not unix/posix-compliant!).
2020-05-04Work on ext2 vfs indexerMarvin Borner
2020-05-03Added missing memory functionsMarvin Borner
2020-05-03Added list and tree data types for better vfsMarvin Borner
2020-05-03Began linked vfs with file indexingMarvin Borner
2020-05-02Some work in the vfsMarvin Borner
2020-05-02Added many syscalls to get better POSIX complianceMarvin Borner
2020-05-01Added devfs and basic standard devicesMarvin Borner
2020-05-01Working vfs mount and readMarvin Borner
2020-05-01Some vfs fixesMarvin Borner
2020-04-30Started vfsMarvin Borner
2020-04-29Working framebuffer from userspace...Marvin Borner
Well, it doesn't actually work. I disabled several security measures to get this working and I'll try to fix these soon.
2020-04-29Fixed several warnings, errors and dumb bugsMarvin Borner
2020-04-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-29Some work on the libguiMarvin Borner
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-28Fixed userspace entering...Marvin Borner
Many other fixes too, but I won't mention them because I don't want to :)
2020-04-28Userspace rewrite -> IT WORKS! :)Marvin Borner
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
2020-04-27Minor but important fixes in processingMarvin Borner
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-26Complete rewrite of paging and allocation libsMarvin Borner
-> This was REALLY needed.
2020-04-26Some elf userspace testingMarvin Borner
2020-04-25Small cleanup and formattingMarvin Borner
2020-04-25Some work on the elf loaderMarvin Borner
2020-04-25Fixed ext2 reading by using genext2fsMarvin Borner
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now.
2020-04-25Added indirect pointers - re-enabled font :)Marvin Borner
I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later.
2020-04-25Working ext2 filereaderMarvin Borner
As soon as I implement indirect block pointers, the resources will hopefully work again :)
2020-04-24Removed vfs again...Marvin Borner
2020-04-21Thanks, Ubuntu+Github...Marvin Borner
2020-04-21Added very basic vfsMarvin Borner
2020-04-21Finally! EXT2 is working now :)Marvin Borner
Puuh.
2020-04-19Clean ext2 implementation :)Marvin Borner
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-18Added fadt flags and ACPI rebootMarvin Borner
2020-04-18Added RSDT sum checkMarvin Borner
2020-04-18I 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-18Completely reworked ACPI tablesMarvin 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-17Added multiboot smbios tableMarvin 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-17Added more precise memory measurementMarvin Borner
2020-04-17OMG 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-17Started implementing multiboot2 standardMarvin Borner
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-15Added even more colors!Marvin Borner
2020-04-15Added awesome logging colorsMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-04-15Added ext2 filesystemMarvin Borner
2020-04-15Removed filesystemMarvin Borner
SOON: Correct ext2 attempt
2020-04-14Switched to grubMarvin 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-02Rewrite of the font converterMarvin 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-02Small fixes in the run executableMarvin Borner
The run script is now able to run from any location && exits when the installation test failed
2020-04-01Static address linking approach for userspaceMarvin 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-01Some work on the elf loaderMarvin Borner
2020-03-31Seems to work, final caching test revertMarvin Borner
GitHub now finishes the build in 2 Minutes instead of 20 :)
2020-03-31Whaaaat, I still need the shared libs? Well...Marvin Borner
I'm a bit confused thought
2020-03-31OMG, I'm dumb...Marvin Borner
Well, I've messed up the workflow syntax sooo - here we go again!
2020-03-31Some workflow improvements and cache testingMarvin Borner
I've added an empty line so I can test the cross-compiler caching functionality
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-22Just some casual fixesMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-03-18Replaced asm calls with sweet functionMarvin Borner
2020-02-22Well basically nothing really works I guessMarvin 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-16Revert to good ol' pagingMarvin Borner
2020-02-15Quite many improvementsMarvin Borner
ok.
2020-02-01Why did I do that?Marvin Borner
Somehow there slipped a hardcoded constant into the vesa driver :/
2020-02-01Fixed critical memory bugMarvin Borner
Overflow via >32 int
2020-01-26Nothin' specialMarvin Borner
2020-01-26Magic commitMarvin Borner
Some things work, others don't.
2020-01-25Hehe fixed video bug :)Marvin Borner
Took around 5 days.
2020-01-21Naming scheme and page fault improvementsMarvin Borner
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2020-01-16Quite a different approach to userspace pagingMarvin Borner
Hope this works soon!
2020-01-14Awesome paging updatesMarvin Borner
MUCH STUFF COMING SOON!
2020-01-12Improved installation boot && testMarvin Borner