elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
include
/
linuxmt
/
minix_fs_sb.h
File editor
#ifndef __LINUXMT_MINIX_FS_SB_H #define __LINUXMT_MINIX_FS_SB_H /* * minix super-block data in memory */ #include <linuxmt/minix_fs.h> struct minix_sb_info { unsigned short s_ninodes; unsigned short s_nzones; unsigned short s_imap_blocks; unsigned short s_zmap_blocks; unsigned short s_firstdatazone; unsigned short s_log_zone_size; unsigned long s_max_size; block_t s_imap[MINIX_I_MAP_SLOTS]; block_t s_zmap[MINIX_Z_MAP_SLOTS]; unsigned short s_dirsize; unsigned short s_namelen; unsigned short s_mount_state; }; #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history