pluto/test
DrDeano fab372a6cf
Initial FAT32 interface
Include code page 437

This is now moved to a better location

Fixed initrd doc for allocator


Added test files

 Plus minor extras

Created initial FAT32 filesystem

This initial FAT32 filesystem will parse a stream, which could be a HDD or a in memory filesystem and produce a FAT32 filesystem. This will check if the raw bytes is a valid FAT32 filesystem as descibed in the spec.

This is only a skeleton with no open, read or write functionality.

Part of #216

logger -> log


Fmt


Removed 'zero_' from struct fields


number_free_cluster -> number_free_clusters


Return non allocated FAT32FS


prefix test_


Added doc comment for boot sector arrays


Moved code_page.zig


info -> debug for init FAT32


Abstracted getting code page table
2020-11-22 21:37:39 +00:00
..
fat32 Initial FAT32 interface 2020-11-22 21:37:39 +00:00
mock/kernel Rework copyDataToVMM to work in both directions 2020-11-20 17:44:01 +00:00
gen_types.zig Add user mode 2020-11-07 09:00:10 +00:00
ramdisk_test1.txt Created ramdisk build step 2020-07-25 11:18:19 +01:00
ramdisk_test2.txt Created ramdisk build step 2020-07-25 11:18:19 +01:00
runtime_test.zig Create a blank FAT32 image 2020-09-27 20:58:18 +01:00
user_program.s Add user mode 2020-11-07 09:00:10 +00:00