# nanos-lite **Repository Path**: function-treasure/nanos-lite ## Basic Information - **Project Name**: nanos-lite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nanos-lite Nanos-lite is the simplified version of Nanos (http://cslab.nju.edu.cn/opsystem). It is ported to the [AM project](https://github.com/NJU-ProjectN/abstract-machine.git). It is a two-tasking operating system with the following features * ramdisk device drivers * ELF program loader * memory management with paging * a simple file system * with fix number and size of files * without directory * some device files * 9 system calls * open, read, write, lseek, close, gettimeofday, brk, exit, execve * scheduler with two tasks