User:Superleaf1995/UDOS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 3: Line 3:
|image=uDOS.png
|image=uDOS.png
|developers=[[User:Superleaf1995|Superleaf1995]]
|developers=[[User:Superleaf1995|Superleaf1995]]
|kerneltype=Monolhitic
|kerneltype=Time shared exokernel
|platform=[https://en.wikipedia.org/wiki/IBM_Z|S390 and z/Arch families]: S/360, S/370, S/370-XA, S/390, zEC12, zBC12, z114, z196, z10, z9
|platform=[https://en.wikipedia.org/wiki/IBM_Z|S390 and z/Arch families]: S/360, S/370, S/370-XA, S/390, zEC12, zBC12, z114, z196, z10, z9
|taskmodel=4-level round robin
|taskmodel=4-level round robin

Revision as of 23:21, 20 April 2022


UDOS


Developed by:Superleaf1995
Kernel:Time shared exokernel
Task Model:4-level round robin
Platform(s):[https://en.wikipedia.org/wiki/IBM_Z
Language(s):Assembly (GAS Syntax), C
License:Unlicense (Public domain)

UDOS is a small OS made for mainframes. It has an integrated console for executing commands and consists of the normal things an OS has: Memory management, VFS, Queued I/O commands, Disk drivers, Filesystem drivers, Text printing & Input processing. All of that but in the mainframe world.

It also supports the equivalent of SYSCALL, with it's own ABI.