refactor: change the disk io api to accept device instead of port struct
authorMinep <zelong56@gmail.com>
Wed, 20 Jul 2022 12:24:25 +0000 (13:24 +0100)
committerMinep <zelong56@gmail.com>
Wed, 20 Jul 2022 12:24:25 +0000 (13:24 +0100)
commit489fcbc119f6ae46efc8f4077cbb5aa43683e404
tree10a8aef36751547d31872232b5c99820a2f47d0c
parente8e64a4f1d76aaeac3defa13243505cccd25c078
refactor: change the disk io api to accept device instead of port struct
refactor: add vzalloc and make vcalloc sounds right.
chore: format code and renaming things
lunaix-os/hal/ahci/ahci.c
lunaix-os/hal/ahci/ata.c
lunaix-os/hal/ahci/atapi.c
lunaix-os/hal/pci.c
lunaix-os/includes/hal/ahci/hba.h
lunaix-os/includes/lunaix/mm/valloc.h
lunaix-os/kernel/mm/cake.c
lunaix-os/kernel/mm/valloc.c
lunaix-os/kernel/mm/vmap.c
lunaix-os/kernel/proc0.c