Skip to content

quatrix/kernel-tic-tak-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION:
make
insmod xodev.ko
dmesg <- look for the line 'mknod /dev/chardev c 251 0'
and use it to create the device node

i.e:

# mknod baba c 251 0

then to play:

# cat baba 

  |  |  
--------
  |  |  
--------
x |  |  

# echo 5 > baba
# cat baba

  |  |  
--------
  |o |  
--------
x |x |  

# echo reset > baba
# cat baba

  |  |  
--------
  |  |  
--------
  |  |x 

About

kernel module implementing a char device interface to tic tak toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published