dos
toaruos
dos | toaruos | |
---|---|---|
1 | 23 | |
12 | 4,690 | |
- | - | |
4.7 | 9.8 | |
7 months ago | about 3 years ago | |
C | C | |
Apache License 2.0 | University of Illinois/NCSA Open Source License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dos
-
Help with e1000 driver
The source code for the driver is here: https://github.com/modscleo4/dos/blob/master/kernel/drivers/e1000.c. Already tried copying other people's drivers but no success.
toaruos
- ToaruOS
- ToaruOS Has Been Archived
-
Tilck – A Tiny Linux-Compatible Kernel
Another interesting project to checkout is klange’s toaruos https://github.com/klange/toaruos
- Question
- Kneel b4 HML
-
Announcing: PonyOS 8
In case it's not clear, PonyOS is a joke reskin of my serious OS project, ToaruOS. PonyOS gets a new release every April 1st. All of the libraries and applications in ToaruOS are in-house things I built myself - the whole OS is "built from scratch". PonyOS adds ponysay, which is an external app originally written in Python - and in previous releases of PonyOS I shipped the Python version alongside a port of Python 3.6. This release, though, comes with a port to my own language, Kuroko, which is a dialect of Python - a lot of what went into building the PonyOS release this year was getting ponysay to work well.
-
Interesting variables
There is no correct way to use inline assembly here. You need a stub written in assembly that will save those registers to the stack and pass a pointer to a handler written in C. You may also want to define a struct that matches the stack layout to make it easier to access the stack contents. This is not my code. If you want to use this code in your OS, you must follow the license requirements.
-
Seriously, WHY?
Here's a good example, although it's 64-bit instead of 32-bit.
-
Hacker News top posts: Dec 13, 2021
ToaruOS 2.0\ (5 comments)
- ToaruOS 2.0, a new (hobby) x86_64 OS
What are some alternatives?
mos - A hobby operating system developed from scratch
Lemon-OS - The Lemon Operating System
Odin - A simple CLI based Operating System
kernel-zig - :floppy_disk: hobby x86 kernel zig
RetrOS-32 - A x86 32bit Hobby Operatingsystem with graphics, multitasking, networking and 32bit C-Compiler for i386 architecture.
limine - Modern, advanced, portable, multiprotocol bootloader and boot manager.
reactos - A free Windows-compatible Operating System
HoodLoader2 - 16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
odyssey - An experimental operating system for x86 and ARM
xboot - The extensible bootloader for embedded system with application engine, write once, run everywhere.
lk2nd - Secondary little kernel (lk) bootloader for Qualcomm MSM8953 devices
NodeOS - Lightweight operating system using Node.js as userspace