Commit Graph

12 Commits

Author SHA1 Message Date
03f0ec6f88 feat: Vfs and Ext2 support. Code style/attribute improvements
Added VFS and Ext2 support.
Optimized attributes of methods to improve code highlighting.
Printf attribute, malloc attribute, etc.
2021-10-06 21:45:15 +02:00
e37222c346 feat: added basic ACPI support using LAI 2021-08-30 19:56:36 +02:00
f120b104e5 feat: some extensions to kernel standard c library. Other minor
improvements and formats
2021-03-26 19:57:07 +01:00
586b8191b4 feat: reformatted code base to be more standard 2021-03-10 22:01:13 +01:00
dc4bf71b5a feat: added cross compiler and moved headers to include dir 2021-03-09 19:45:20 +01:00
38b5b611fa feat: refactored some pci code and added pretty print of classes 2021-03-06 15:10:21 +01:00
934deb7984 feat: moved libk stuff to libk folder 2021-02-27 14:11:28 +01:00
9fdc89a3a6 feat: implemented liballoc for proper malloc 2021-02-27 13:19:14 +01:00
8f615b259c feat: refactor to use gcc types 2021-02-12 22:16:03 +01:00
90ef4522ca feat: reformatted code 2021-02-10 18:56:47 +01:00
2ac0da6574 feat: setup structure for block devices
added ide block device
added mbr block device driver
started fat block device driver

reordered boot
start timer before pci/ide/etc.
enable interrupts earlier

fixed exception from ide controller

cleanup code
more printfs
2021-02-09 22:47:35 +01:00
7ff33d611c feat: added printf 2021-02-06 16:44:35 +01:00