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
/
devnum.h
File editor
#ifndef __LINUXMT_DEVNUM_H #define __LINUXMT_DEVNUM_H #include <linuxmt/major.h> #include <linuxmt/kdev_t.h> /* * Device numbers for block and character devices * * NOTE: If a block device MINOR_SHIFT changes, must be updated here also. */ /* block devices */ #define DEV_HDA MKDEV(BIOSHD_MAJOR, 0) #define DEV_HDB MKDEV(BIOSHD_MAJOR, 8) #define DEV_HDC MKDEV(BIOSHD_MAJOR, 16) #define DEV_HDD MKDEV(BIOSHD_MAJOR, 24) #define DEV_FD0 MKDEV(BIOSHD_MAJOR, 32) #define DEV_FD1 MKDEV(BIOSHD_MAJOR, 40) #define DEV_FD2 MKDEV(BIOSHD_MAJOR, 48) #define DEV_FD3 MKDEV(BIOSHD_MAJOR, 56) #define DEV_DF0 MKDEV(FLOPPY_MAJOR, 0) #define DEV_DF1 MKDEV(FLOPPY_MAJOR, 1) #define DEV_CFA MKDEV(ATHD_MAJOR, 0) #define DEV_CFB MKDEV(ATHD_MAJOR, 8) #define DEV_ROM MKDEV(ROMFLASH_MAJOR, 0) /* char devices */ #define DEV_TTY1 MKDEV(TTY_MAJOR, 0) #define DEV_TTY2 MKDEV(TTY_MAJOR, 1) #define DEV_TTY3 MKDEV(TTY_MAJOR, 2) #define DEV_TTY4 MKDEV(TTY_MAJOR, 3) #define DEV_TTYS0 MKDEV(TTY_MAJOR, 64) #define DEV_TTYS1 MKDEV(TTY_MAJOR, 65) #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