Commit Graph

20 Commits

Author SHA1 Message Date
mintsuki
5f859ea7d1 Add 32 bit stivale support 2020-04-18 18:01:29 +02:00
mintsuki
5d0c6d924a Improve ext2 driver a bit 2020-04-15 20:15:38 +02:00
mintsuki
8680f99eaa Add GPT support 2020-04-15 13:21:44 +02:00
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
mintsuki
2ecd4a8016 Make stivale actually pass the command line to the kernel 2020-03-31 10:48:24 +02:00
mintsuki
6578b55c9f Add module support to stivale 2020-03-30 22:27:15 +02:00
mintsuki
44a5f47516 Add timeout config option 2020-03-28 02:52:59 +01:00
mintsuki
a234da8deb Add bpp field to stivale header 2020-03-27 05:58:37 +01:00
mintsuki
e39d7f5dd1 Ensure bpp of video mode is 32 bit 2020-03-27 05:43:34 +01:00
mintsuki
573b3308e1 Add KERNEL_DRIVE default value 2020-03-27 03:45:36 +01:00
mintsuki
1cbd6fb2e9 Plug in e820 driver 2020-03-27 02:10:22 +01:00
mintsuki
1166de64c8 Add initial VBE driver 2020-03-26 03:13:19 +01:00
mintsuki
26bccc6308 Add RSDP detection to stivale 2020-03-26 01:37:56 +01:00
mintsuki
0040b97fd1 Working on stivale 2020-03-26 00:46:35 +01:00
mintsuki
8494b1d880 Add protos abstraction and stivale and qword protocols 2020-03-25 21:05:14 +01:00
mintsuki
1b80c8ca90 Misc stuff 2020-03-25 05:19:07 +01:00
mintsuki
85709a0fbe elf: Add support for higher half kernels 2020-03-25 04:38:23 +01:00
mintsuki
d95a8403cc Use elf64 2020-03-25 01:31:59 +01:00
mintsuki
1a48bec601 Add elf parser 2020-03-25 01:04:18 +01:00
mintsuki
5c36fac374 Add testing facilities 2020-03-24 23:39:02 +01:00