Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winsdominoes/winos
A very simple operating system, based on MikeOS. Check MikeOS here http://mikeos.sourceforge.net/
https://github.com/winsdominoes/winos
assembly mikeos operating-system operating-system-kernel operating-system-learning operating-systems-project winos winsvideo
Last synced: 6 days ago
JSON representation
A very simple operating system, based on MikeOS. Check MikeOS here http://mikeos.sourceforge.net/
- Host: GitHub
- URL: https://github.com/winsdominoes/winos
- Owner: WinsDominoes
- Created: 2020-09-27T09:21:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T09:40:22.000Z (about 4 years ago)
- Last Synced: 2023-08-20T16:36:21.028Z (about 1 year ago)
- Topics: assembly, mikeos, operating-system, operating-system-kernel, operating-system-learning, operating-systems-project, winos, winsvideo
- Language: Assembly
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
==================================================================
MikeOS -- Open source 16-bit operating system for x86 PCs
Copyright (C) 2006 - 2019 MikeOS Developers -- see doc/LICENSE.TXT
==================================================================MikeOS is a 16-bit real mode operating system for x86-compatible PCs,
written entirely in assembly language, which boots from a floppy disk,
CD-ROM or USB key. It features a text-based dialog-driven user
interface, a command-line, support for FAT12 (MS-DOS-like) floppy
disks, sound (PC speaker), text editor, BASIC interpreter and more.
The kernel includes over 60 system calls.MikeOS is a learning tool for those wishing to understand simple OS
construction and x86 assembly. Quick getting-started guide: MikeOS can
run from a floppy disk or CD-ROM, either on an emulator or a real PC.
See the disk_images/ directory for files that you can write to the
appropriate media or boot in, for instance, VMware, QEMU or VirtualBox.You can find the source code in the source/ directory, and sample
programs (included on the disk images) in the programs/ directory.
See the doc/ directory for more info, including:# handbook-user.html -- How to run and use MikeOS
# handbook-appdev-basic.html -- Writing software in BASIC
# handbook-appdev-asm.html -- Writing software in assembly
# handbook-sysdev.html -- Building and modifying the OS# LICENSE.TXT -- The open source, BSD-like license
# CHANGES.TXT -- Detailed list of changes in previous releases
# CREDITS.TXT -- People involved in the projectHave fun, and see the website at http://mikeos.sourceforge.net
-- Mike Saunders ([email protected])
==================================================================