<ZetItUp>
thats cool but im not sure if i would have the patience for that :D
<zid>
There's a reason people had to, you know, invent things like "text editors"
<zid>
tools were bad + hardware was bad, and both slowly got better
<zid>
because it was less painful to write better tools
<zid>
because you had better hardware running better tools
<zid>
repeat
<ZetItUp>
makes sense yeah
aejsmith has quit [Quit: Lost terminal]
aejsmith has joined #osdev
roper has joined #osdev
jcea has quit [Ping timeout: 248 seconds]
Left_Turn has joined #osdev
Turn_Left has quit [Ping timeout: 260 seconds]
Turn_Left has joined #osdev
roper has quit [Quit: leaving]
Left_Turn has quit [Ping timeout: 244 seconds]
itrsea has quit [Remote host closed the connection]
itrsea has joined #osdev
<ddevault>
most early computers had lights showing their internal states (registers) and buttons to single step the whole machine
<ddevault>
for debugging
xvmt has joined #osdev
Esa_ has joined #osdev
netbsduser` has joined #osdev
Turn_Left has quit [Ping timeout: 256 seconds]
itrsea has quit [Remote host closed the connection]
colona has quit [Server closed connection]
colona has joined #osdev
Turn_Left has joined #osdev
Turn_Left has quit [Read error: Connection reset by peer]
Left_Turn has joined #osdev
Left_Turn has quit [Read error: Connection reset by peer]
EmanueleDavalli has quit [Quit: Leaving]
Left_Turn has joined #osdev
Turn_Left has joined #osdev
Left_Turn has quit [Ping timeout: 252 seconds]
Left_Turn has joined #osdev
Turn_Left has quit [Ping timeout: 244 seconds]
vdamewood has quit [Quit: Life beckons]
EmanueleDavalli has joined #osdev
Left_Turn has quit [Read error: Connection reset by peer]
GeDaMo has quit [Quit: 0wt 0f v0w3ls.]
frkzoid has quit [Ping timeout: 256 seconds]
remexre has quit [Server closed connection]
remexre has joined #osdev
Esa_ has quit [Remote host closed the connection]
liney has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
liney has joined #osdev
EmanueleDavalli has quit [Quit: Leaving]
tigerbrother has quit [Quit: Ping timeout (120 seconds)]
tigerbrother has joined #osdev
night has quit [Server closed connection]
night has joined #osdev
Left_Turn has joined #osdev
bauen1 has quit [Ping timeout: 260 seconds]
liney has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
liney has joined #osdev
frkazoid333 has joined #osdev
Turn_Left has joined #osdev
Left_Turn has quit [Ping timeout: 245 seconds]
[Kalisto] has quit [Server closed connection]
[Kalisto] has joined #osdev
Lucretia has quit [Remote host closed the connection]
Left_Turn has joined #osdev
Turn_Left has quit [Ping timeout: 256 seconds]
Left_Turn has quit [Ping timeout: 244 seconds]
Left_Turn has joined #osdev
Left_Turn has quit [Quit: Leaving]
antranigv has quit [Server closed connection]
antranigv has joined #osdev
<Ameisen>
The GCC docs specify: "Note, the ms_abi attribute for Microsoft Windows 64-bit targets currently requires the -maccumulate-outgoing-args option." so... does that mean that if I have a some generated or hand-written code that was for Win64, I cannot just have it be ms_abi without breaking ABI compatibility for the whole program when building for a SysV target with GCC?
<Ameisen>
or is it specifically only for Win64 targets as it says? Now I've noted I'm not even sure if ms_abi works on non-Windows targets with GCC.
<Ameisen>
Well, I'm noting that it _appears_ to work as expected.