commit | 1eb104795e0b4ff9ed919c60c5056ed86705714f | [log] [tgz] |
---|---|---|
author | Franciszek Zdobylak <fzdobylak@antmicro.com> | Mon May 22 11:24:06 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 03 12:22:01 2023 -0400 |
tree | 377aeb921d9656b931aad2684414c53f08fdffb4 | |
parent | 984bdab4564ac257d6d07f612cd0e42d9410640f [diff] |
fs: ext2: Use disk structs to access data on disk This commits changes how data on the disk is accessed. There are disk structures which are packed and their fields are stored in little endian byte order. To use data in the program structures it has to be translated from little endian to cpu endianness. Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>