Skip to content
/ MOOS Public
forked from nifanfa/MOOS

C# x64 operating system programming with the .NET native ahead-of-time compilation technology.(This fork is modified specially for building with BFlat toolchain)

Notifications You must be signed in to change notification settings

xiaoyuvax/MOOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language switcher

GitHub issues GitHub forks GitHub stars GitHub license GitHub license Discord Shield

MOOS

MOOS (To Make My Own Operating System Project) is a C# x64 operating system compiler with the .NET 7 Native AOT technology.

Building

This fork has modified the codes and relevant configurations specially to allow MOOS be compiled by an alternative C# native compiler BFlat, read How to compile MOOS with BFlat. Of course, you can still build MOOS in VS with MSBuild, although it uses an ancient verison of ILCompiler.

For more information on compiling MOOS, please read the build wiki page.

Build requirements

Compiler/IDE :

Environment:




image

Features

Feature Working in VM Working on hardware Information
Applications .mue (MOOS User Executable) 🟩 🟩
Error Throwing / Catching 🟥 🟥
GC 🟨 Not safe
Multiprocessor 🟩 🟩
Multithreading 🟩 🟩
EHCI(USB2.0) 🟩 🟩
USB Keyboard 🟨
USB Mouse 🟩
USB HUB 🟥 🟥
PS2 Keyboard/Mouse(USB Compatible) 🟩 🟩
Nintendo Family Computer Emulator 🟩 🟩
DOOM(doomgeneric) 🟩 🟩
Intel® Gigabit Ethernet Network 🟩 🟩
Realtek RTL8111E 🟩 🟩
ExFAT 🟩 🟩
I/O APIC 🟩 🟩
Local APIC 🟩 🟩
SATA 🟩
IDE 🟩 🟩
SMBIOS 🟩 🟩
ACPI 🟩 🟩
IPv4 🟩 🟩
IPv6 🟥 🟥
TCP 🟩 🟩
UDP 🟩 🟩
DNS 🟩 🟩
DHCP 🟩 🟩
Lan 🟩 🟩
Wan 🟩 🟩
Color Key Meaning
🟩 Yes
🟥 No
🟨 W.I.P / Partially / Buggy
Unknown

Contact the Original Author/原作者联系方式

Email: [email protected] (i hardly use that so it may took a few month to check your post)
QQ: 3244735564
QQ群: 686383293
Discord: https://discord.gg/uJstXbx8Pt

About

C# x64 operating system programming with the .NET native ahead-of-time compilation technology.(This fork is modified specially for building with BFlat toolchain)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.8%
  • C 22.4%
  • Other 0.8%