Menuet
cpu0: os + network driver
cpu1: UDP packet forwarding application
Linux Mint
[attachment=0]udp3.jpg[/attachment]
Search found 50 matches
- Mon Jun 22, 2026 3:42 pm
- Forum: 64bit - Projects
- Topic: Fast UDP forwarding with SMP
- Replies: 1
- Views: 3749
- Sat May 09, 2026 5:59 pm
- Forum: 64bit - MenuetOS
- Topic: Secure connection test
- Replies: 1
- Views: 27863
Re: Secure connection test
SSL/TLS
- Sat May 09, 2026 5:54 pm
- Forum: 64bit - MenuetOS
- Topic: Secure connection test
- Replies: 1
- Views: 27863
Secure connection test
Secure connection test from 1.60.00 from HTTPC
- Fri Mar 27, 2026 12:36 pm
- Forum: 64bit - Hardware
- Topic: Intel P43 chipset, HD audio, RTL8169 - A user review
- Replies: 5
- Views: 427936
Re: Intel P43 chipset, HD audio, RTL8169 - A user review
After googling, I noticed that Intel P43 ICH10 might have power management problems with RTL 8111C, so disabling different power saving types in BIOS might also enable the card.
- Thu Mar 26, 2026 9:39 am
- Forum: 64bit - Hardware
- Topic: Intel P43 chipset, HD audio, RTL8169 - A user review
- Replies: 5
- Views: 427936
Re: Intel P43 chipset, HD audio, RTL8169 - A user review
Interesting. I have a RTL 8111C card (8168:10ec) and it is recognized with auto-configuration and IPs are also fetched.
Does automated driver search in Setup-app fetch the RTL8169 driver ?
Does DHCP client return any values ?
Does automated driver search in Setup-app fetch the RTL8169 driver ?
Does DHCP client return any values ?
- Fri Mar 20, 2026 8:49 pm
- Forum: 64bit - Hardware
- Topic: Intel P43 chipset, HD audio, RTL8169 - A user review
- Replies: 5
- Views: 427936
Re: Intel P43 chipset, HD audio, RTL8169 - A user review
Have you tried booting with 2) Auto-configuration, without any configuration changes ? That should load the network driver, run the DHCP client and fetch the IP addresses. btw, both Qemu and VirtualBox fetch IP addresses fine, when M64 is booted with "auto-configuration". For VirtualBox you might ne...
- Fri Mar 20, 2026 8:48 pm
- Forum: 64bit - MenuetOS
- Topic: Running simple Linux X11 binaries.
- Replies: 4
- Views: 52825
Re: Running simple Linux X11 binaries.
Yes, the principle is the same. Running applications natively and converting its system calls to host OS.
- Mon Mar 16, 2026 6:11 pm
- Forum: 64bit - MenuetOS
- Topic: Running simple Linux X11 binaries.
- Replies: 4
- Views: 52825
Re: Running simple Linux X11 binaries.
The applications in the first post are running locally in Menuet, not in Linux. Menuet has a conversion layer which converts Linux system calls to Menuet system calls. The converter also loads needed libraries to memory and does the relocating. The applications are at the Menuet CD and Menu -> CD/HD...
- Tue Jan 27, 2026 10:45 pm
- Forum: 64bit - Projects
- Topic: [AUDIO] ARDFTSRC (Real Discrete Fourier Transform Sample Rate Conversion)
- Replies: 2
- Views: 53940
Re: [AUDIO] ARDFTSRC (Real Discrete Fourier Transform Sample Rate Conversion)
Ive noticed that if you send the system call list to the AI bot, it doesnt mix the syscall conventions so much.
- Tue Jan 27, 2026 3:13 pm
- Forum: 32bit - MenuetOS
- Topic: About the stack
- Replies: 1
- Views: 144998
Re: About the stack
Yes you can do all of those. See the example application, you can define your own stack size, for example.