Changes
Page history
Eiyeron created page: source tree hierarchy
authored
Mar 09, 2015
by
Eiyeron Fulmincendii
Hide whitespace changes
Inline
Side-by-side
source-tree-hierarchy.markdown
0 → 100644
View page @
52774179
-
arch : Machine-specific root directory. Put there the machine/processor dependant code.
-
bootloader : Current FX-9860 FiXos bootloader. The code is still there because it depends of some kernel details.
-
device : Machine device code (like screen, keyboard, etc...).
-
display : Screen device.
-
T6K11 : FX-9860 Monochrome screen.
-
keyboard : Physical keyboard device.
-
fx9860 : FX-9860 keyboard code.
-
terminal : physical/virtual terminal code.
-
fx9860 : virtual terminal implementation glue for FX-9860.
-
usb : USB device code.
-
fs : filesystem code.
-
casio_smemfs : Casio's Filesystem code.
-
protofs : ?
-
gcc_fix : ? Gcc fixes?
-
interface : This directory is used to place all definitions that are aimed to be used from
the user space. Think of syscalls, structures and code.
-
loader : executable loader code.
-
elfloader : ELF file format code.
-
sys : system code.
-
user : userspace tempoary code.
-
utils : utility code.
\ No newline at end of file