Media Summary: Adding a seek() syscall and a basic test runner command to the kernel. Notes: - off_t and off64_t are both signed, so int32_t (or ... Making an elf loader to replace running flat binary files. Currently it only Finishing create file logic, and starting printing a directory, which doesn't work. Errata: - Checking if the
Debugging Program Loading 32 Bit Os Dev In C - Detailed Analysis & Overview
Adding a seek() syscall and a basic test runner command to the kernel. Notes: - off_t and off64_t are both signed, so int32_t (or ... Making an elf loader to replace running flat binary files. Currently it only Finishing create file logic, and starting printing a directory, which doesn't work. Errata: - Checking if the Fixing compile issues and booting for gcc and clang, and fixing warnings from -Wall & -Wextra. Mainly to get back into this project, ... Using argc/argv in place of tokens in the kernel, to pass command line arguments to called Expanding the write() syscall to work for open()-ed files and File Descriptors (FDs). Brain was a
Continuing to flesh out the fs_create_file() logic and adding some more helper functions. Changing the boot sector, 2nd stage, and 3rd stage boot loaders for the new disk image (and Adding a read() syscall to read bytes from files written to by write(), and (almost) reading text files with a 'type' command. Errata: ...