<childlikempress>
if ipv6 is so good how come there isn't ipv7
hwpplayer1 has joined #osdev
<heat_>
if how come there isnt
<kof673>
these are the 2 serpents...i take your eyes [puts cloth of darkness over sun and moon serpents]........it'd be too long to make a proper joke :D
housemate has quit [Quit: "I saw it in a tiktok video and thought that it was the most smartest answer ever." ~ AnonOps Radio [some time some place] | I AM THE DERIVATIVE I AM GOING TANGENT TO THE CURVE!]
eddof13 has quit [Quit: eddof13]
<cloudowind>
does kof king of figters
Brnocrist has quit [Ping timeout: 264 seconds]
Brnocrist has joined #osdev
hwpplayer1 has quit [Quit: I'll be back later]
steelswords94 has quit [Quit: Ping timeout (120 seconds)]
steelswords94 has joined #osdev
hwpplayer1 has joined #osdev
heat_ has quit [Ping timeout: 272 seconds]
craigo has quit [Remote host closed the connection]
Arthuria has joined #osdev
zid has quit [Ping timeout: 248 seconds]
hwpplayer1 has quit [Quit: I'll be back later]
zid has joined #osdev
simpl_e has joined #osdev
freakazoid332 has quit [Ping timeout: 276 seconds]
<Matt|home>
as utterly loathe as i am to admit it, at least microsoft seems to do a better job at introductory tutorials than anyone else i've ever seen
agent314 has joined #osdev
hwpplayer1 has joined #osdev
agent314 has quit [Ping timeout: 276 seconds]
cloudowind has quit [Ping timeout: 255 seconds]
frkzoid has joined #osdev
cloudowind has joined #osdev
eluks has quit [Remote host closed the connection]
steelswords94 has quit [Quit: Ping timeout (120 seconds)]
steelswords94 has joined #osdev
jjuran_ has joined #osdev
jjuran has quit [Ping timeout: 252 seconds]
jjuran_ is now known as jjuran
stolen has joined #osdev
frkzoid has quit [Ping timeout: 248 seconds]
brynet has quit [Ping timeout: 260 seconds]
brynet has joined #osdev
Matt|home has quit [Read error: Connection reset by peer]
the_oz has quit [Ping timeout: 260 seconds]
netbsduser` has joined #osdev
theyneversleep has joined #osdev
stolen has quit [Quit: Connection closed for inactivity]
GeDaMo has joined #osdev
<cloudowind>
has anyone dynamically compiled and built e2fsprogs utils-linux core-utils and systemd? for some reason when i do so and create an initramfs i do get like 95mb wondering if its nomral
<kof673>
modern stuff likely needs "make install-strip" or equivalent, just a wild guess
shishuiqiaotou has joined #osdev
theruran has quit [Quit: Connection closed for inactivity]
Left_Turn has joined #osdev
<cloudowind>
hmm
shishuiqiaotou has quit [Quit: Client closed]
<cloudowind>
thanks kof that saved me 20mb so far , butr havent booted with the new initramfs hope stripping didnt break anything
<cloudowind>
but instead of make strip i d did find /rootfs/bin rootfs/sbin -type f -exec strip --strip-unneeded {} + , and 95mb reduced to 75ishes
muxelplexer has joined #osdev
<sortie>
CFLAGS='-Os -s' generally helps if you wanna keep things small, can't speak to these packages in particular, only compiled e2fsprogs for other uses
PapaFrog has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
PapaFrog has joined #osdev
<cloudowind>
thank you sortie i will keep that somewhere and try next time while compiling
<sortie>
Setting that environment variable when running configure is usually respected
<cloudowind>
ok:/cheers
<cloudowind>
so it sells optimization level 1 with 0 and strip all symbols with -s
<cloudowind>
*tells
<sortie>
-Os optimizes for small size
<cloudowind>
thank you both heaps , time to rest night here
bauen1 has quit [Ping timeout: 252 seconds]
zhiayang has quit [Quit: oof.]
bauen1 has joined #osdev
Turn_Left has joined #osdev
Celelibi has quit [Ping timeout: 248 seconds]
zhiayang has joined #osdev
Left_Turn has quit [Ping timeout: 244 seconds]
housemate has quit [Quit: "I saw it in a tiktok video and thought that it was the most smartest answer ever." ~ AnonOps Radio [some time some place] | I AM THE DERIVATIVE I AM GOING TANGENT TO THE CURVE!]
Celelibi has joined #osdev
Turn_Left has quit [Ping timeout: 244 seconds]
goliath has joined #osdev
stolen has joined #osdev
<netbsduser`>
i need to learn the secret of STREAMS
<netbsduser`>
it will be a perfect complement to my existing async i/o scheme (which is designed more for filesystems and disks)
goliath has quit [Quit: SIGSEGV]
<sortie>
netbsduser`: Good luck :) I never looked at it because it seems that nobody uses it and it's obsolescent IIRC
hwpplayer1 has joined #osdev
Dead_Bush_Sanpai has quit [Read error: Connection reset by peer]
Dead_Bush_Sanpai has joined #osdev
Dead_Bush_Sanpai has quit [Read error: Connection reset by peer]
Dead_Bush_Sanpa1 has joined #osdev
Dead_Bush_Sanpa1 is now known as Dead_Bush_Sanpai
Dead_Bush_Sanpai has quit [Read error: Connection reset by peer]
Dead_Bush_Sanpa1 has joined #osdev
heat_ has joined #osdev
Dead_Bush_Sanpa1 is now known as Dead_Bush_Sanpai
<netbsduser`>
sortie: cheers, i just love the idea of it, the elegance
<netbsduser`>
i want to assemble my ttys by pushing the line discipline module onto the STREAMS stack
<heat_>
yo that's crazy i just woke up in 1998 haha
<netbsduser`>
you're off by 10 years
<heat_>
in 98 STREAMS was still PEAK TECHNOLOGY
Dead_Bush_Sanpa1 has joined #osdev
<heat_>
i think
<heat_>
solaris moved their network stack off of it like 10 years after 98
Dead_Bush_Sanpai has quit [Ping timeout: 255 seconds]
<netbsduser`>
what i want to figure out (if i can) is how to mesh it with mod cons
<netbsduser`>
like cpu-affinitised tcp connections
<heat_>
do you have softirqs?
<heat_>
or whatever the BSD variant of it is?
<netbsduser`>
yes, i couldn't live without them
Dead_Bush_Sanpai has joined #osdev
<heat_>
how do you deal with them starving other threads?
Dead_Bush_Sanpa1 has quit [Read error: Connection reset by peer]
<netbsduser`>
i have no solution to this yet other than if it's a lot of work then maybe post it to a worker thread instead
<heat_>
yeah i'm experiencing some nasty slowdowns with softirq (and irq) storms i think
<heat_>
having a single cpu handling all irqs is also not optimal i've heard
<netbsduser`>
i should think that could be a big problem
Dead_Bush_Sanpai has quit [Ping timeout: 252 seconds]
<netbsduser`>
with modern peripherals (nvme, virtio, modern NICs) i want to move to the "one queue per cpu with an msix targeted to that cpu" model
<heat_>
i'm also tracking down a weird problem where i can't max out bandwidth when doing IO against a raw disk vs a file
<heat_>
with the page cache in front, ofc
emntn has quit [Quit: WeeChat 4.4.2]
emntn has joined #osdev
emntn has quit [Ping timeout: 276 seconds]
emntn has joined #osdev
edr has joined #osdev
eddof13 has joined #osdev
goliath has joined #osdev
shishuiqiaotou has joined #osdev
muxelplexer has quit [Remote host closed the connection]
shishuiqiaotou has quit [Quit: Client closed]
hwpplayer1 has quit [Quit: I'll be back later]
theruran has joined #osdev
Arthuria has joined #osdev
Arthuria has quit [Killed (NickServ (GHOST command used by Guest684531))]
Arthuria has joined #osdev
\Test_User has quit [Quit: \Test_User]
goliath has quit [Quit: SIGSEGV]
\Test_User has joined #osdev
housemate has joined #osdev
<Ermine>
RTW kinda lags on intel. Maybe I should give dxvk another try
<zid>
really.. tiny.. warcraft
<Ermine>
rome: total war
<zid>
dang, getting that to lag is impressive
<zid>
(also, rome: total war is basically really tiny warcraft)
xenos1984 has quit [Ping timeout: 272 seconds]
<Ermine>
or am I thinking too much of integrated graphics
xenos1984 has joined #osdev
housemate has quit [Quit: "I saw it in a tiktok video and thought that it was the most smartest answer ever." ~ AnonOps Radio [some time some place] | I AM THE DERIVATIVE I AM GOING TANGENT TO THE CURVE!]
Arthuria has quit [Ping timeout: 276 seconds]
housemate has joined #osdev
stolen has quit [Quit: Connection closed for inactivity]
housemate has quit [Read error: Connection reset by peer]
housemate has joined #osdev
carpincho has joined #osdev
housemate has quit [Remote host closed the connection]
housemate has joined #osdev
housemate has quit [Remote host closed the connection]
housemate has quit [Quit: "I saw it in a tiktok video and thought that it was the most smartest answer ever." ~ AnonOps Radio [some time some place] | I AM THE DERIVATIVE I AM GOING TANGENT TO THE CURVE!]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
eck has quit [Quit: PIRCH98:WIN 95/98/WIN NT:1.0 (build 1.0.1.1190)]
xenos1984 has joined #osdev
housemate has quit [Max SendQ exceeded]
eck has joined #osdev
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Remote host closed the connection]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Remote host closed the connection]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
bauen1 has joined #osdev
theyneversleep has quit [Remote host closed the connection]
agent314 has quit [Ping timeout: 260 seconds]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Max SendQ exceeded]
housemate has joined #osdev
housemate has quit [Remote host closed the connection]
sly has quit [Quit: Leaving]
carpincho has quit [Ping timeout: 252 seconds]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #osdev
steelswords94 has quit [Read error: Connection reset by peer]
steelswords94 has joined #osdev
GeDaMo has quit [Quit: 0wt 0f v0w3ls.]
goliath has joined #osdev
Matt|home has joined #osdev
cloudowind has quit [Ping timeout: 276 seconds]
cloudowind has joined #osdev
hwpplayer1 has joined #osdev
the_oz has joined #osdev
PapaFrog has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]