aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs
AgeCommit message (Collapse)Author
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-29Fixed several warnings, errors and dumb bugsMarvin Borner
2020-04-29Started libgui implementationMarvin Borner
2020-04-29Added basic exec calls for init and started libcMarvin Borner
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-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-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-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-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-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-01-26Magic commitMarvin Borner
Some things work, others don't.
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2020-01-12Improved installation boot && testMarvin Borner
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-07Added userspace libc and began userspace based shellMarvin 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-30Re-enabled font in non-installed versionsMarvin Borner
2019-11-28Made font external moduleMarvin 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-23Some formattingMarvin Borner
2019-11-23Fixed vesa, acpi and installation!Marvin 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-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-10-31Implemented basic syscalls and user modeMarvin Borner
Doesn't completely work right now
2019-10-30Fixed some warningsMarvin Borner
2019-10-30Started implementation of initrd based vfsMarvin Borner