Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Linux Emulator for JavaScript

License

NotificationsYou must be signed in to change notification settings

kaonasi-biwa/kotonemu

 
 

Repository files navigation

A Linux Emulator for JavaScript

How to use

import{Emulator}from"kotonemu";importShalfeltOSfrom"kotonemu/os";const{ options, storage}=ShalfeltOS(xterm_terminal_object);constemulator=newEmulator(options,storage);emulator.run();
ShalfeltOS 0.1.0Copyright (C) 2024 Kotonone and ShalfeltOS contributorskotonepc login: aPassword: bLast login: Wed Dec  9 04:09:57 on tty1[kotone@kotonepc /]$

Purpose

When you want to implement a Linux-like PC that can actually be operated by the user in software written in JavaScript.

For example, ... games that put a little too much emphasis on technology?

Implemented system calls

  • open
  • close
  • seek
  • read
  • write
  • stat
  • unlink
  • mkdir
  • readdir
  • rmdir
  • symlink
  • uname
  • spawn
  • exec

For contributors

You can start the development server with the following command:

pnpm run dev

About

A Linux Emulator for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript99.2%
  • Other0.8%

[8]ページ先頭

©2009-2025 Movatter.jp