Skip to content
/ tysos Public

The type-safe operating system is a 64-bit multitasking microkernel written in C#.

License

Notifications You must be signed in to change notification settings

jncronin/tysos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

490aa9e · Feb 4, 2022
Apr 7, 2015
Jan 27, 2021
Jan 28, 2021
Jan 28, 2021
Apr 21, 2014
Mar 27, 2018
Apr 21, 2014
Jan 27, 2021
Mar 27, 2018
Jan 29, 2015
Aug 29, 2014
Nov 19, 2021
Nov 19, 2021
Nov 19, 2021
Nov 29, 2014
Mar 14, 2018
Jun 30, 2017
Aug 29, 2014
Jun 30, 2017
Mar 21, 2017
Jun 30, 2017
Jan 2, 2022
Feb 4, 2022
Aug 29, 2014
Nov 3, 2017
Oct 21, 2018
Sep 24, 2018
Apr 21, 2014
Apr 21, 2014
Apr 21, 2014
Nov 22, 2021
Feb 16, 2020
Nov 3, 2017
Nov 3, 2017
Apr 2, 2018

Repository files navigation

Tysos - the typesafe operating system
http://www.tysos.org

Copyright (C) 2008-2011 John Cronin


Requirements:

- The Microsoft .NET build system from the .NET 3.5 release or mono >= 2.10
- Mtools (http://mtools.linux.lu)
- Binutils cross-compiled to support both i586-elf and x86_64-elf targets
- Gcc cross-compiled to support i586-elf targets
- Bzip2
- Grub (version 1.96 or greater)

Mtools and appropriate cross compiles of gcc and binutils are available from the tysos website for Cygwin.

Note that you need to be able to natively run CLR executables in your host
operating system.  In Linux this can be enabled by adding binfmt_misc support
(on Debian - apt-get install binfmt-support) and then (from the shell) running
echo ':CLR:M::MZ::/path/to/mono:' > /proc/sys/fs/binfmt_misc/register
See http://www.mono-project.com/Guide:Running_Mono_Applications for more
details.


Build instructions:

- Simply type 'make' in the root directory of the source to build an iso image
    in the iso_image directory which can be run under VirtualBox.  While it
    is possible to run tysos on a real machine this is not supported and
    MAY DAMAGE YOUR COMPUTER and as such is not supported by us (i.e. do this
    at your own risk).

About

The type-safe operating system is a 64-bit multitasking microkernel written in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published