Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
The horizontal column should only be one glyph wide, but I forgot to change the column size back after debugging. This is a stable revision and you can switch between buffers and span multiple lines without problems. The panel split is hard-coded though.
Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet
piranha wrote:Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet
Now all you need is a packet filter!
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
piranha wrote:Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet
It would appear I developed a harddisk driver and combined it with my ability to build my OS under itself. I am now able to develop my OS under itself.
First public screenshot so far..
Testing Hotarubi on real hardware (my rMBP in that case):
- booting in BIOS emulation mode
- entering long-mode
- parsing the ACPI tables (applying routes, overrides etc.)
- calibrating the IO and LAPIC and finally starting the AP-cores
Each AP is in a busy-loop incrementing a word in the video ram (the colored blocks in the picture)
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
hometue wrote:Perhaps you can make a error screen similar to this since its red too anyway:
I was actually gonna make my error screen inverted (White Background with Red Text)
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Cédille seems to be coming along nicely on ARM. Got the logging to use the PL110 on Integrator-CP, so it looks nice. Also I start initialising the PMM and will work on paging for x86 and ARM4 next.