mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
New Features: -TCP/IP Updated network stack -Ping (usage ping >ip<) does 4 8 byte echo pings to the inputted IP. -DNS Grabs the IP address from a domain name (Broken) -HTTPGET Gets http from a site (broken aswell lol) Bug fix: Moved the cmd apps out of the ISR so the system wouldn't hang on a ping or while trying to get DNS info. |
||
|---|---|---|
| .. | ||
| about.o | ||
| beep.o | ||
| blind.o | ||
| cc.o | ||
| clear.o | ||
| cli_utils.o | ||
| cowsay.o | ||
| date.o | ||
| exit.o | ||
| fs_commands.o | ||
| help.o | ||
| license.o | ||
| man.o | ||
| math.o | ||
| memcmd.o | ||
| meminfo.o | ||
| net.o | ||
| pci_list.o | ||
| readtheman.o | ||
| reboot.o | ||
| shutdown.o | ||
| txtedit.o | ||
| uptime.o | ||