apio pushed to vfs at apio/Luna 2022-10-10 17:00:30 +00:00
63b2de4e3c Basic FDs
apio pushed to vfs at apio/Luna 2022-10-10 16:46:42 +00:00
bbe7c6e658 VFS: Implement resolve_path and form the initial ramdisk's VFS properly
apio pushed to main at apio/Luna 2022-10-10 16:45:59 +00:00
da84f1713c InitRD: Use get_blocks_from_size()
apio pushed to vfs at apio/Luna 2022-10-09 19:30:45 +00:00
2be70d0bc1 VFS: Use 64-bit numbers in read()
apio created pull request apio/Luna#10 2022-10-09 19:23:01 +00:00
WIP: Virtual File System
apio created branch vfs in apio/Luna 2022-10-09 19:21:04 +00:00
apio pushed to vfs at apio/Luna 2022-10-09 19:21:04 +00:00
8158ddc94f VFS: be more verbose
b38c52f8c7 more vfs stuff
f3d7e220ac The beginnings of a VFS implementation!!
Compare 3 commits »
apio pushed to main at apio/Luna 2022-10-08 16:44:21 +00:00
49c7900407 Add %m to userspace printf
apio merged pull request apio/Luna#9 2022-10-08 16:27:37 +00:00
Use %p everywhere with printf()
apio pushed to main at apio/Luna 2022-10-08 16:27:37 +00:00
4b74c14f1b Merge branch printf_pointers into main
3686e03bb7 Cast %p usage to void*
3feb7782bc Kernel/mmap, munmap: Use %p in printf
d5f59b666a Kernel/Memory: Use %p in printf
8ce58e9e30 Kernel/InitRD: Use %p with printf()
Compare 7 commits »
apio deleted branch printf_pointers from apio/Luna 2022-10-08 16:27:37 +00:00
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:27:11 +00:00
3686e03bb7 Cast %p usage to void*
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:24:10 +00:00
3feb7782bc Kernel/mmap, munmap: Use %p in printf
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:21:07 +00:00
d5f59b666a Kernel/Memory: Use %p in printf
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:17:01 +00:00
8ce58e9e30 Kernel/InitRD: Use %p with printf()
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:15:14 +00:00
5fc543c179 Kernel/ACPI: Use printf() with %p
apio created pull request apio/Luna#9 2022-10-08 16:12:55 +00:00
WIP: Use %p everywhere with printf()
apio created branch printf_pointers in apio/Luna 2022-10-08 16:11:46 +00:00
apio pushed to printf_pointers at apio/Luna 2022-10-08 16:11:46 +00:00
40099feb80 Apps: Use the new %p in printf()
apio pushed to main at apio/Luna 2022-10-08 16:08:56 +00:00
3ee1f34bc4 Forgot to add break :)