Commit Graph

13 Commits

Author SHA1 Message Date
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
9440fae968 feat: moved all required prints to printf 2021-02-06 17:04:32 +01:00
7ff33d611c feat: added printf 2021-02-06 16:44:35 +01:00
a4651ca9d9 feat: implemented ide read write operations 2021-02-05 23:23:26 +01:00
b156509da1 first version of ide controller 2021-02-04 23:15:02 +01:00
dc8a0444f9 feat: reworked driver pci setup 2021-02-04 21:02:14 +01:00
706147c123 feat: started pci driver structure and ide driver structure 2021-02-03 22:50:39 +01:00
e8816cfdfd feat: some refactors 2021-02-02 22:35:28 +01:00
4673a23db7 stuff 2021-02-01 23:28:24 +01:00
9986d95dbb feature: a lot of stuff and got to a working command line ish 2021-02-01 22:31:21 +01:00
468d5968a9 feat: implemented strcpy, used constant 2021-01-30 20:20:12 +01:00
5a1caef5b1 feat: made more definitions constant and did some more minor
improvements
2021-01-29 20:25:37 +01:00
d7f0e8dd36 Initial commit 2021-01-28 22:59:39 +01:00