Age | Commit message (Collapse) | Author |
|
Worked better than I thought!
|
|
This changes many files but I've just applied some replace commands.. So
- nothing special!
|
|
|
|
As the debian versions use a horribly old version of genext2fs, this
program gets compiled in the build process now.
|
|
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.
|
|
As soon as I implement indirect block pointers, the resources will
hopefully work again :)
|
|
Puuh.
|
|
Idk why I forgot it for several commits :D
|
|
|
|
|
|
|
|
SOON: Correct ext2 attempt
|
|
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).
|
|
The run script is now able to run from any location && exits when the
installation test failed
|
|
Kinda works but loading an statically linked binary into memory via
kmalloc seems to create a crash which results in a bootloop.
|
|
|
|
|
|
|
|
Due to my change to vim and the clang-format plugin this was needed!
|
|
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 :)
|
|
|
|
Some things work, others don't.
|