rulimine/test
Shreyas Lad 609f9d86de
EXT2 and VFS support (#5)
* initial header file

* finished inode structure

* finished inode permissions

* updated makefile

* working ext2fs build

* found superblock

* bgdt is ded

* parsed bgdt

* directory entry structure

* parsed inodes

* parsed root inode

* found directory entries

* added ext2 support

* fs abstraction support

* cached size in FILE

* hm

* removed debug statements

* added  to is_ext2() args

* fixed read errors

* comply with standards

* fixed things

* more fixes

* more makefile fixes

* even more fixes
2020-04-15 08:48:35 +02:00
..
.gitignore Add testing facilities 2020-03-24 23:39:02 +01:00
Makefile Use elf64 2020-03-25 01:31:59 +01:00
linker.ld Add RSDP detection to stivale 2020-03-26 01:37:56 +01:00
qloader2.cfg Make stivale actually pass the command line to the kernel 2020-03-31 10:48:24 +02:00
test.asm EXT2 and VFS support (#5) 2020-04-15 08:48:35 +02:00