mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
V1.30 (Alpha)
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.
This commit is contained in:
@@ -103,6 +103,7 @@ void kmain(void) {
|
||||
// 5. Main loop - just wait for interrupts
|
||||
// Timer interrupt will drive the redraw system
|
||||
while (1) {
|
||||
wm_process_input();
|
||||
asm("hlt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user