Skip to content

rtmy/linux1_extern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux1_extern

  • filename is contained in inode
  • mkdir works like mkdir -p

TODO

  • no writing if no file exists
  • no ls if no dir
  • makefile update
  • mechanism for exception return to server
  • free space determinator, df -ah
  • cp -r

Known bugs

Build

set module_final.c FILESYSTEM const to where the fs should be
make

Usage

startup

make test, get nod number, then
sudo mknod /dev/module c <nod number> 0
insmod module_final.ko
sudo ./server <port>
./client <ip addr> <port>

format

./format.sh <filepath>
any command in client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages