index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
fs
/
ext2.c
Age
Commit message (
Expand
)
Author
2020-05-13
Replaced alloc.h with liballoc
Marvin Borner
2020-05-07
Added and applied include-sorting
Marvin Borner
2020-05-06
New build parameters and shared includes
Marvin Borner
2020-05-06
Removed vfs - ext2 ftw!
Marvin Borner
2020-05-04
Work on ext2 vfs indexer
Marvin Borner
2020-05-03
Began linked vfs with file indexing
Marvin Borner
2020-05-02
Some work in the vfs
Marvin Borner
2020-05-01
Working vfs mount and read
Marvin Borner
2020-05-01
Some vfs fixes
Marvin Borner
2020-04-30
Started vfs
Marvin Borner
2020-04-29
Started libgui implementation
Marvin Borner
2020-04-29
Added basic exec calls for init and started libc
Marvin Borner
2020-04-25
Some work on the elf loader
Marvin Borner
2020-04-25
Fixed ext2 reading by using genext2fs
Marvin Borner
2020-04-25
Added indirect pointers - re-enabled font :)
Marvin Borner
2020-04-25
Working ext2 filereader
Marvin Borner
2020-04-24
Removed vfs again...
Marvin Borner
2020-04-21
Thanks, Ubuntu+Github...
Marvin Borner
2020-04-21
Added very basic vfs
Marvin Borner
2020-04-21
Finally! EXT2 is working now :)
Marvin Borner
2020-04-19
Clean ext2 implementation :)
Marvin Borner
2020-04-19
Applied tidy command...
Marvin Borner
2020-04-16
Many fix attempts for the divide by zero exception
Marvin Borner