This website requires JavaScript.
Explore
Help
Sign In
nero
/
rdos
Watch
1
Star
0
Fork
0
You've already forked rdos
Code
Pull Requests
Releases
Activity
DOS-like OS for Intel 8086 / NEC V30
329
Commits
3
Branches
0
Tags
838
KiB
Assembly
87.2%
Awk
8%
C
4%
Makefile
0.6%
Shell
0.2%
352540bd25
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Nero
352540bd25
kernel: First steps of calculating drive tab data from BPB
2020-08-31 20:11:05 +00:00
boot
kernel: First steps of calculating drive tab data from BPB
2020-08-31 20:11:05 +00:00
com
Add first steps of another assembler attempt
2020-07-19 12:07:03 +02:00
inc
Add struc for disk parameter table
2020-08-15 18:30:17 +00:00
kernel
kernel: First steps of calculating drive tab data from BPB
2020-08-31 20:11:05 +00:00
lib
Revert "Remove unused stuff"
2020-04-04 11:41:01 +00:00
rom
Remove skeleton of rom-based kernel
2020-08-15 21:02:30 +00:00
.gitignore
i still dont know what im doing
2020-03-01 16:45:16 +00:00
fix-rom.c
Improve inline commenting
2020-03-23 19:01:23 +00:00
Makefile
Make dprintf the default debugging facility
2020-08-15 20:58:40 +00:00
README.md
Write down some roadmap
2020-05-03 19:05:00 +02:00
README.md
Primary goals
Run on 8086 or up
Be able to load and execute a COM program from disk
DOS 2.0 descriptor-file API
Secondary goals
Terminal emulator for COM1 (like picocom on linux)
Boot linux
Editor (nano or ed-like)
Self-hosting assembler