Atlas - README.txt
Home Lines: 1 | Size: 2691 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1<style> 2@font-face { 3 font-family: 'FullPack2025'; 4 src: url('/ttf/FP.ttf'); 5} 6</style> 7 8<p style="text-align:center;font-size:50px;font-family:"FullPack2025";color: white;margin-bottom:-50px;">ATLAS</p> 9 10<h1>Welcome to Atlas</h1> 11 12Atlas provides a navigable view into the internal workings of this repository a mix of experiments, low-level prototypes, and assorted systems code. 13 14Nothing here is arranged for show; directories reflect the actual structure of the work: boot code, small utilities, test rigs, hardware notes, and fragments that existed solely to answer a technical question at the time. 15 16Use the explorer to move through the tree and inspect individual projects. Atlas will also show you the <i>README</i> files and notes put on each folder. Some folders contain complete tools; others hold only a few lines of code or a build script used once and kept for reference. Treat this space as a working archive rather than a polished product. 17 18If you are looking for items that don’t fit neatly into source control such as binary dumps, temporary artifacts, and other debris go to <i>ext/JunkDrawer</i>. 19 20<b>Directory Overview</b> 21 22* <b>arch/</b> Architecture-specific code and boot experiments 23* <b>systems/</b> OS-specific tools and tests 24* <b>usr/</b> User-space utilities 25* <b>lab/</b> Scratch work, prototypes, small experiments 26* <b>misc/</b> One-off fragments, language tests, and assorted files 27* <b>ext/</b> External libraries and third-party components 28* <b>doc/</b> Notes, references, and assorted documentation 29* <b>tools/</b> Build helpers and maintenance utilities 30* <b>log/</b> Git logs, Journals and build notes. Mainly for record keeping. 31 32<b>Atlas Features</b> 33 34Tho Atlas looks simple at first glance, it has some useful features to help you 35navigate the repository such as: 36 37* <b>Quick Github Links:</b> When any file is open you can jump to its Github page 38 by clicking the <i>View on GitHub</i> button at the top right. 39* <b>Markdown Rendering:</b> README files and notes are rendered in HTML for 40 easier reading. 41* <b>Line Numbering:</b> Code files show line numbers to help you reference 42 specific parts of the code. 43* <b>RAW View:</b> You can view the raw text of any file by clicking the 44 <i>View RAW</i> button next to the Github link. 45* <b>Similar File Search:</b> When viewing a file, you can search on github for 46 files with a similar file name by clicking the <i>Search Similar Files</i> button. 47 48<i>Note:</i> Atlas is a work in progress and may have some rough edges. Atlas also 49can not open raw or large files, therefore it will show a message when it encounters 50such files.[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.